Html Css Color HEX #866F97 Ce Soir

📋 copy color: '#866F97'

red 134 ◦ green 111 ◦ blue 151

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

Shades of Ce Soir #866F97

Tints of Ce Soir #866F97

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 33.84%
G = 28.03%
B = 38.13%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866F97 (or 0x866F97) is known color: Ce Soir. HEX triplet: 86, 6F and 97. RGB value is (134,111,151). Sum of RGB (Red+Green+Blue) = 134+111+151=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #866F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F97 is #799068. Grayscale: #7A7A7A. Windows color (decimal): -7966825 or 9924486. OLE color: 9924486.

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

Color convert

RGB 134 111 151 -
CMYK 0.11 0.26 0 0.41
HSL 274.5º 0.16% 0.51% -
HSV(B) 274.5º 0.26% 0.59% -
XYZ 21.1 18.67 31.77 -
YUV 122.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 134 111 151 0.11 0.26 0 0.41 274.5 0.16 0.51
Hex 86 6F 97 B 1A 0 29 112 10 33
Octal 206 157 227 13 32 0 51 422 20 63
Binary 10000110 1101111 10010111 1011 11010 0 101001 100010010 10000 110011

Color Harmonies of #866F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F97

Black with #866F97

Text Example


Text Example

White with #866F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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