Html Css Color HEX #814CAC Studio

📋 copy color: '#814CAC'

red 129 ◦ green 76 ◦ blue 172

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

Shades of Studio #814CAC

Tints of Studio #814CAC

RGB

 RED value IS 129 (50.78% from 255) = 34.22%

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

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

R = 34.22%
G = 20.16%
B = 45.62%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814CAC (or 0x814CAC) is known color: Studio. HEX triplet: 81, 4C and AC. RGB value is (129,76,172). Sum of RGB (Red+Green+Blue) = 129+76+172=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #814CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814CAC is #7EB353. Grayscale: #666666. Windows color (decimal): -8303444 or 11291777. OLE color: 11291777.

HSL color Cylindrical-coordinate representation of color #814CAC: hue angle of 273.12º 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 #814CAC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 76 172 -
CMYK 0.25 0.56 0 0.33
HSL 273.13º 0.39% 0.49% -
HSV(B) 273.13º 0.56% 0.67% -
XYZ 19.08 12.81 40.5 -
YUV 102.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 129 76 172 0.25 0.56 0 0.33 273.13 0.39 0.49
Hex 81 4C AC 19 38 0 21 111 27 31
Octal 201 114 254 31 70 0 41 421 47 61
Binary 10000001 1001100 10101100 11001 111000 0 100001 100010001 100111 110001

Color Harmonies of #814CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CAC

Black with #814CAC

Text Example


Text Example

White with #814CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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