Html Css Color HEX #834CAC Studio

📋 copy color: '#834CAC'

red 131 ◦ green 76 ◦ blue 172

#834CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #834CAC

Tints of Studio #834CAC

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 34.56%
G = 20.05%
B = 45.38%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#834CAC (or 0x834CAC) is known color: Studio. HEX triplet: 83, 4C and AC. RGB value is (131,76,172). Sum of RGB (Red+Green+Blue) = 131+76+172=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #834CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834CAC is #7CB353. Grayscale: #676767. Windows color (decimal): -8172372 or 11291779. OLE color: 11291779.

HSL color Cylindrical-coordinate representation of color #834CAC: hue angle of 274.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834CAC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 76 172 -
CMYK 0.24 0.56 0 0.33
HSL 274.38º 0.39% 0.49% -
HSV(B) 274.38º 0.56% 0.67% -
XYZ 19.39 12.97 40.51 -
YUV 103.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 131 76 172 0.24 0.56 0 0.33 274.38 0.39 0.49
Hex 83 4C AC 18 38 0 21 112 27 31
Octal 203 114 254 30 70 0 41 422 47 61
Binary 10000011 1001100 10101100 11000 111000 0 100001 100010010 100111 110001

Color Harmonies of #834CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CAC

Black with #834CAC

Text Example


Text Example

White with #834CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834CAC; }

 p { color: rgb(131,76,172); }

 H1.HeaderClassName
 {
   color: #834CAC;
 }
 .AnyTagClassName
 {
   color: #834CAC;
 }
</style>

background-color css

<style>
 a { background-color: #834CAC; }

 a { background-color: rgb(131,76,172); }

 div.DivClassName
 {
   background-color: #834CAC;
 }
 .BgClassName
 {
   background-color: #834CAC;
 }
</style>

border-color css

<style>
 span { border-color: #834CAC; }

 span { border-color: rgb(131,76,172); }

 td.TdClassName
 {
   border-color: #834CAC;
 }
 .TagClassName
 {
   border-color: #834CAC;
 }
</style>