Html Css Color HEX #866A93 Ce Soir

📋 copy color: '#866A93'

red 134 ◦ green 106 ◦ blue 147

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

Shades of Ce Soir #866A93

Tints of Ce Soir #866A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.39%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 34.63%
G = 27.39%
B = 37.98%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#866A93 (or 0x866A93) is known color: Ce Soir. HEX triplet: 86, 6A and 93. RGB value is (134,106,147). Sum of RGB (Red+Green+Blue) = 134+106+147=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #866A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866A93 is #79956C. Grayscale: #767676. Windows color (decimal): -7968109 or 9661062. OLE color: 9661062.

HSL color Cylindrical-coordinate representation of color #866A93: hue angle of 280.98º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866A93 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 106 147 -
CMYK 0.09 0.28 0 0.42
HSL 280.98º 0.16% 0.5% -
HSV(B) 280.98º 0.28% 0.58% -
XYZ 20.25 17.48 29.91 -
YUV 119.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 134 106 147 0.09 0.28 0 0.42 280.98 0.16 0.5
Hex 86 6A 93 9 1C 0 2A 119 10 32
Octal 206 152 223 11 34 0 52 431 20 62
Binary 10000110 1101010 10010011 1001 11100 0 101010 100011001 10000 110010

Color Harmonies of #866A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A93

Black with #866A93

Text Example


Text Example

White with #866A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,147); }

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

background-color css

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

 a { background-color: rgb(134,106,147); }

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

border-color css

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

 span { border-color: rgb(134,106,147); }

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