#86599F

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

Shades of Ce Soir #86599F

Tints of Ce Soir #86599F

Color information

#86599F (or 0x86599F) is unknown color: approx Ce Soir. HEX triplet: 86, 59 and 9F. RGB value is (134,89,159). Sum of RGB (Red+Green+Blue) = 134+89+159=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #86599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86599F is #79A660. Grayscale: #6E6E6E. Windows color (decimal): -7972449 or 10443142. OLE color: 10443142.

HSL color Cylindrical-coordinate representation of color #86599F: hue angle of 278.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86599F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13489159-
CMYK0.160.4400.38
HSL278.57º28.23%48.63%-
HSV(B)278.57º44.03%62.35%-
XYZ19.6614.7234.61-
YUV110.44155.41144.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=35.08%
G=23.30%
B=41.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134891590.160.4400.38278.5728.2348.63
Hex86599F102C0261171c31
Octal20613123720540464273461
Binary1000011010110011001111110000101100010011010001011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86599F; }

 p { color: rgb(134,89,159); }

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

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

 a { background-color: rgb(134,89,159); }

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

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

 span { border-color: rgb(134,89,159); }

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