Html Css Color HEX #866F9F Deluge

📋 copy color: '#866F9F'

red 134 ◦ green 111 ◦ blue 159

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

Shades of Deluge #866F9F

Tints of Deluge #866F9F

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 value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#866F9F (or 0x866F9F) is known color: 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

RGB 134 111 159 -
CMYK 0.16 0.30 0 0.38
HSL 268.75º 0.2% 0.53% -
HSV(B) 268.75º 0.3% 0.62% -
XYZ 21.77 18.94 35.31 -
YUV 123.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 134 111 159 0.16 0.30 0 0.38 268.75 0.2 0.53
Hex 86 6F 9F 10 1E 0 26 10D 14 35
Octal 206 157 237 20 36 0 46 415 24 65
Binary 10000110 1101111 10011111 10000 11110 0 100110 100001101 10100 110101

Color Harmonies of #866F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F9F

Black with #866F9F

Text Example


Text Example

White with #866F9F

Text Example


Text Example

HTML Codes & Css Web 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>