#86609D

Color #86609D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #86609D

Tints of Ce Soir #86609D

Color information

#86609D (or 0x86609D) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and 9D. RGB value is (134,96,157). Sum of RGB (Red+Green+Blue) = 134+96+157=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #86609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86609D is #799F62. Grayscale: #727272. Windows color (decimal): -7970659 or 10313862. OLE color: 10313862.

HSL color Cylindrical-coordinate representation of color #86609D: hue angle of 277.38º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86609D is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13496157-
CMYK0.150.3900.38
HSL277.38º24.11%49.61%-
HSV(B)277.38º38.85%61.57%-
XYZ20.115.8733.9-
YUV114.32152.09142.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=34.63%
G=24.81%
B=40.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134961570.150.3900.38277.3824.1149.61
Hex86609DF270261151832
Octal20614023517470464253062
Binary100001101100000100111011111100111010011010001010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86609D; }

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

 H1.HeaderClassName
 {
   color: #86609D;
 }
 .AnyTagClassName
 {
   color: #86609D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86609D;
 }
 .BgClassName
 {
   background-color: #86609D;
 }
</style>
border-color css

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

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

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