#815CAF

Color #815CAF Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #815CAF

Tints of Deluge #815CAF

Color information

#815CAF (or 0x815CAF) is unknown color: approx Deluge. HEX triplet: 81, 5C and AF. RGB value is (129,92,175). Sum of RGB (Red+Green+Blue) = 129+92+175=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #815CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CAF is #7EA350. Grayscale: #707070. Windows color (decimal): -8299345 or 11492481. OLE color: 11492481.

HSL color Cylindrical-coordinate representation of color #815CAF: hue angle of 266.75º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815CAF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12992175-
CMYK0.260.4700.31
HSL266.75º34.16%52.35%-
HSV(B)266.75º47.43%68.63%-
XYZ20.6215.4242.45-
YUV112.52163.26139.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=32.58%
G=23.23%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129921750.260.4700.31266.7534.1652.35
Hex815CAF1A2F01F10b2234
Octal20113425732570374134264
Binary1000000110111001010111111010101111011111100001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815CAF; }

 p { color: rgb(129,92,175); }

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

<style>
 a { background-color: #815CAF; }

 a { background-color: rgb(129,92,175); }

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

<style>
 span { border-color: #815CAF; }

 span { border-color: rgb(129,92,175); }

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