Html Css Color HEX #866394 Ce Soir

📋 copy color: '#866394'

red 134 ◦ green 99 ◦ blue 148

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

Shades of Ce Soir #866394

Tints of Ce Soir #866394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 35.17%
G = 25.98%
B = 38.85%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#866394 (or 0x866394) is known color: Ce Soir. HEX triplet: 86, 63 and 94. RGB value is (134,99,148). Sum of RGB (Red+Green+Blue) = 134+99+148=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #866394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866394 is #799C6B. Grayscale: #727272. Windows color (decimal): -7969900 or 9724806. OLE color: 9724806.

HSL color Cylindrical-coordinate representation of color #866394: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #866394 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 99 148 -
CMYK 0.09 0.33 0 0.42
HSL 282.86º 0.2% 0.48% -
HSV(B) 282.86º 0.33% 0.58% -
XYZ 19.64 16.13 30.1 -
YUV 115.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 134 99 148 0.09 0.33 0 0.42 282.86 0.2 0.48
Hex 86 63 94 9 21 0 2A 11B 14 30
Octal 206 143 224 11 41 0 52 433 24 60
Binary 10000110 1100011 10010100 1001 100001 0 101010 100011011 10100 110000

Color Harmonies of #866394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866394

Black with #866394

Text Example


Text Example

White with #866394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866394; }

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

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

background-color css

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

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

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

border-color css

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

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

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