Html Css Color HEX #866B9B Ce Soir

📋 copy color: '#866B9B'

red 134 ◦ green 107 ◦ blue 155

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

Shades of Ce Soir #866B9B

Tints of Ce Soir #866B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 33.84%
G = 27.02%
B = 39.14%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#866B9B (or 0x866B9B) is known color: Ce Soir. HEX triplet: 86, 6B and 9B. RGB value is (134,107,155). Sum of RGB (Red+Green+Blue) = 134+107+155=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #866B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B9B is #799464. Grayscale: #787878. Windows color (decimal): -7967845 or 10185606. OLE color: 10185606.

HSL color Cylindrical-coordinate representation of color #866B9B: hue angle of 273.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866B9B is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 107 155 -
CMYK 0.14 0.31 0 0.39
HSL 273.75º 0.19% 0.51% -
HSV(B) 273.75º 0.31% 0.61% -
XYZ 21.01 17.95 33.37 -
YUV 120.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 134 107 155 0.14 0.31 0 0.39 273.75 0.19 0.51
Hex 86 6B 9B E 1F 0 27 112 13 33
Octal 206 153 233 16 37 0 47 422 23 63
Binary 10000110 1101011 10011011 1110 11111 0 100111 100010010 10011 110011

Color Harmonies of #866B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B9B

Black with #866B9B

Text Example


Text Example

White with #866B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,155); }

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

background-color css

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

 a { background-color: rgb(134,107,155); }

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

border-color css

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

 span { border-color: rgb(134,107,155); }

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