Html Css Color HEX #866E97 Ce Soir

📋 copy color: '#866E97'

red 134 ◦ green 110 ◦ blue 151

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

Shades of Ce Soir #866E97

Tints of Ce Soir #866E97

RGB

 RED value IS 134 (52.73% from 255) = 33.92%

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 33.92%
G = 27.85%
B = 38.23%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866E97 (or 0x866E97) is known color: Ce Soir. HEX triplet: 86, 6E and 97. RGB value is (134,110,151). Sum of RGB (Red+Green+Blue) = 134+110+151=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #866E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866E97 is #799168. Grayscale: #797979. Windows color (decimal): -7967081 or 9924230. OLE color: 9924230.

HSL color Cylindrical-coordinate representation of color #866E97: hue angle of 275.12º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866E97 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 110 151 -
CMYK 0.11 0.27 0 0.41
HSL 275.12º 0.16% 0.51% -
HSV(B) 275.12º 0.27% 0.59% -
XYZ 20.99 18.45 31.73 -
YUV 121.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 134 110 151 0.11 0.27 0 0.41 275.12 0.16 0.51
Hex 86 6E 97 B 1B 0 29 113 10 33
Octal 206 156 227 13 33 0 51 423 20 63
Binary 10000110 1101110 10010111 1011 11011 0 101001 100010011 10000 110011

Color Harmonies of #866E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E97

Black with #866E97

Text Example


Text Example

White with #866E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,151); }

 H1.HeaderClassName
 {
   color: #866E97;
 }
 .AnyTagClassName
 {
   color: #866E97;
 }
</style>

background-color css

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

 a { background-color: rgb(134,110,151); }

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

border-color css

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

 span { border-color: rgb(134,110,151); }

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