#866F9F

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

Shades of Deluge #866F9F

Tints of Deluge #866F9F

Color information

#866F9F (or 0x866F9F) is unknown color: approx Deluge. HEX triplet: 86, 6F and 9F. RGB value is (134,111,159). Sum of RGB (Red+Green+Blue) = 134+111+159=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #866F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F9F is #799060. Grayscale: #7B7B7B. Windows color (decimal): -7966817 or 10448774. OLE color: 10448774.

HSL color Cylindrical-coordinate representation of color #866F9F: hue angle of 268.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866F9F is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134111159-
CMYK0.160.3000.38
HSL268.75º20%52.94%-
HSV(B)268.75º30.19%62.35%-
XYZ21.7718.9435.31-
YUV123.35148.12135.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=33.17%
G=27.48%
B=39.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341111590.160.3000.38268.752052.94
Hex866F9F101E02610d1435
Octal20615723720360464152465
Binary100001101101111100111111000011110010011010000110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F9F; }

 p { color: rgb(134,111,159); }

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

<style>
 a { background-color: #866F9F; }

 a { background-color: rgb(134,111,159); }

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

<style>
 span { border-color: #866F9F; }

 span { border-color: rgb(134,111,159); }

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