Html Css Color HEX #866095 Ce Soir

📋 copy color: '#866095'

red 134 ◦ green 96 ◦ blue 149

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

Shades of Ce Soir #866095

Tints of Ce Soir #866095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 35.36%
G = 25.33%
B = 39.31%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#866095 (or 0x866095) is known color: Ce Soir. HEX triplet: 86, 60 and 95. RGB value is (134,96,149). Sum of RGB (Red+Green+Blue) = 134+96+149=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #866095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866095 is #799F6A. Grayscale: #717171. Windows color (decimal): -7970667 or 9789574. OLE color: 9789574.

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

Color convert

RGB 134 96 149 -
CMYK 0.10 0.36 0 0.42
HSL 283.02º 0.22% 0.48% -
HSV(B) 283.02º 0.36% 0.58% -
XYZ 19.44 15.6 30.42 -
YUV 113.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 134 96 149 0.10 0.36 0 0.42 283.02 0.22 0.48
Hex 86 60 95 A 24 0 2A 11B 16 30
Octal 206 140 225 12 44 0 52 433 26 60
Binary 10000110 1100000 10010101 1010 100100 0 101010 100011011 10110 110000

Color Harmonies of #866095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866095

Black with #866095

Text Example


Text Example

White with #866095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866095; }

 p { color: rgb(134,96,149); }

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

background-color css

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

 a { background-color: rgb(134,96,149); }

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

border-color css

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

 span { border-color: rgb(134,96,149); }

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