Html Css Color HEX #86599D Ce Soir

📋 copy color: '#86599D'

red 134 ◦ green 89 ◦ blue 157

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

Shades of Ce Soir #86599D

Tints of Ce Soir #86599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 35.26%
G = 23.42%
B = 41.32%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86599D (or 0x86599D) is known color: Ce Soir. HEX triplet: 86, 59 and 9D. RGB value is (134,89,157). Sum of RGB (Red+Green+Blue) = 134+89+157=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #86599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86599D is #79A662. Grayscale: #6D6D6D. Windows color (decimal): -7972451 or 10312070. OLE color: 10312070.

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

Color convert

RGB 134 89 157 -
CMYK 0.15 0.43 0 0.38
HSL 279.71º 0.28% 0.48% -
HSV(B) 279.71º 0.43% 0.62% -
XYZ 19.49 14.65 33.7 -
YUV 110.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 134 89 157 0.15 0.43 0 0.38 279.71 0.28 0.48
Hex 86 59 9D F 2B 0 26 118 1C 30
Octal 206 131 235 17 53 0 46 430 34 60
Binary 10000110 1011001 10011101 1111 101011 0 100110 100011000 11100 110000

Color Harmonies of #86599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86599D

Black with #86599D

Text Example


Text Example

White with #86599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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