#814DAB

Color #814DAB Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #814DAB

Tints of Studio #814DAB

Color information

#814DAB (or 0x814DAB) is unknown color: approx Studio. HEX triplet: 81, 4D and AB. RGB value is (129,77,171). Sum of RGB (Red+Green+Blue) = 129+77+171=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #814DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAB is #7EB254. Grayscale: #666666. Windows color (decimal): -8303189 or 11226497. OLE color: 11226497.

HSL color Cylindrical-coordinate representation of color #814DAB: hue angle of 273.19º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814DAB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12977171-
CMYK0.250.5500.33
HSL273.19º37.9%48.63%-
HSV(B)273.19º54.97%67.06%-
XYZ19.0612.9240.02-
YUV103.26166.23146.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=34.22%
G=20.42%
B=45.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129771710.250.5500.33273.1937.948.63
Hex814DAB19370211112631
Octal20111525331670414214661
Binary10000001100110110101011110011101110100001100010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,77,171); }

 H1.HeaderClassName
 {
   color: #814DAB;
 }
 .AnyTagClassName
 {
   color: #814DAB;
 }
</style>
background-color css

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

 a { background-color: rgb(129,77,171); }

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

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

 span { border-color: rgb(129,77,171); }

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