Html Css Color HEX #866593 Ce Soir

📋 copy color: '#866593'

red 134 ◦ green 101 ◦ blue 147

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

Shades of Ce Soir #866593

Tints of Ce Soir #866593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 35.08%
G = 26.44%
B = 38.48%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#866593 (or 0x866593) is known color: Ce Soir. HEX triplet: 86, 65 and 93. RGB value is (134,101,147). Sum of RGB (Red+Green+Blue) = 134+101+147=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #866593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866593 is #799A6C. Grayscale: #737373. Windows color (decimal): -7969389 or 9659782. OLE color: 9659782.

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

Color convert

RGB 134 101 147 -
CMYK 0.09 0.31 0 0.42
HSL 283.04º 0.19% 0.49% -
HSV(B) 283.04º 0.31% 0.58% -
XYZ 19.75 16.48 29.74 -
YUV 116.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 134 101 147 0.09 0.31 0 0.42 283.04 0.19 0.49
Hex 86 65 93 9 1F 0 2A 11B 13 31
Octal 206 145 223 11 37 0 52 433 23 61
Binary 10000110 1100101 10010011 1001 11111 0 101010 100011011 10011 110001

Color Harmonies of #866593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866593

Black with #866593

Text Example


Text Example

White with #866593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866593; }

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

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

background-color css

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

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

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

border-color css

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

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

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