Html Css Color HEX #866996 Ce Soir

📋 copy color: '#866996'

red 134 ◦ green 105 ◦ blue 150

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

Shades of Ce Soir #866996

Tints of Ce Soir #866996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 34.45%
G = 26.99%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866996 (or 0x866996) is known color: Ce Soir. HEX triplet: 86, 69 and 96. RGB value is (134,105,150). Sum of RGB (Red+Green+Blue) = 134+105+150=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #866996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866996 is #799669. Grayscale: #767676. Windows color (decimal): -7968362 or 9857414. OLE color: 9857414.

HSL color Cylindrical-coordinate representation of color #866996: hue angle of 278.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866996 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 105 150 -
CMYK 0.11 0.30 0 0.41
HSL 278.67º 0.18% 0.5% -
HSV(B) 278.67º 0.3% 0.59% -
XYZ 20.39 17.37 31.13 -
YUV 118.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 134 105 150 0.11 0.30 0 0.41 278.67 0.18 0.5
Hex 86 69 96 B 1E 0 29 117 12 32
Octal 206 151 226 13 36 0 51 427 22 62
Binary 10000110 1101001 10010110 1011 11110 0 101001 100010111 10010 110010

Color Harmonies of #866996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866996

Black with #866996

Text Example


Text Example

White with #866996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866996; }

 p { color: rgb(134,105,150); }

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

background-color css

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

 a { background-color: rgb(134,105,150); }

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

border-color css

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

 span { border-color: rgb(134,105,150); }

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