Html Css Color HEX #866396 Ce Soir

📋 copy color: '#866396'

red 134 ◦ green 99 ◦ blue 150

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

Shades of Ce Soir #866396

Tints of Ce Soir #866396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 34.99%
G = 25.85%
B = 39.16%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866396 (or 0x866396) is known color: Ce Soir. HEX triplet: 86, 63 and 96. RGB value is (134,99,150). Sum of RGB (Red+Green+Blue) = 134+99+150=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #866396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866396 is #799C69. Grayscale: #737373. Windows color (decimal): -7969898 or 9855878. OLE color: 9855878.

HSL color Cylindrical-coordinate representation of color #866396: hue angle of 281.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866396 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 99 150 -
CMYK 0.11 0.34 0 0.41
HSL 281.18º 0.2% 0.49% -
HSV(B) 281.18º 0.34% 0.59% -
XYZ 19.8 16.19 30.94 -
YUV 115.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 134 99 150 0.11 0.34 0 0.41 281.18 0.2 0.49
Hex 86 63 96 B 22 0 29 119 14 31
Octal 206 143 226 13 42 0 51 431 24 61
Binary 10000110 1100011 10010110 1011 100010 0 101001 100011001 10100 110001

Color Harmonies of #866396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866396

Black with #866396

Text Example


Text Example

White with #866396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866396; }

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

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

background-color css

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

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

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

border-color css

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

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

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