Html Css Color HEX #866C99 Ce Soir

📋 copy color: '#866C99'

red 134 ◦ green 108 ◦ blue 153

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

Shades of Ce Soir #866C99

Tints of Ce Soir #866C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 33.92%
G = 27.34%
B = 38.73%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#866C99 (or 0x866C99) is known color: Ce Soir. HEX triplet: 86, 6C and 99. RGB value is (134,108,153). Sum of RGB (Red+Green+Blue) = 134+108+153=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #866C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866C99 is #799366. Grayscale: #787878. Windows color (decimal): -7967591 or 10054790. OLE color: 10054790.

HSL color Cylindrical-coordinate representation of color #866C99: hue angle of 274.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866C99 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 108 153 -
CMYK 0.12 0.29 0 0.4
HSL 274.67º 0.18% 0.51% -
HSV(B) 274.67º 0.29% 0.6% -
XYZ 20.94 18.09 32.53 -
YUV 120.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 134 108 153 0.12 0.29 0 0.4 274.67 0.18 0.51
Hex 86 6C 99 C 1D 0 28 113 12 33
Octal 206 154 231 14 35 0 50 423 22 63
Binary 10000110 1101100 10011001 1100 11101 0 101000 100010011 10010 110011

Color Harmonies of #866C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C99

Black with #866C99

Text Example


Text Example

White with #866C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,153); }

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

background-color css

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

 a { background-color: rgb(134,108,153); }

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

border-color css

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

 span { border-color: rgb(134,108,153); }

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