Html Css Color HEX #85599D Ce Soir

📋 copy color: '#85599D'

red 133 ◦ green 89 ◦ blue 157

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

Shades of Ce Soir #85599D

Tints of Ce Soir #85599D

RGB

 RED value IS 133 (52.34% from 255) = 35.09%

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

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

R = 35.09%
G = 23.48%
B = 41.42%

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

#85599D (or 0x85599D) is known color: Ce Soir. HEX triplet: 85, 59 and 9D. RGB value is (133,89,157). Sum of RGB (Red+Green+Blue) = 133+89+157=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #85599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599D is #7AA662. Grayscale: #6D6D6D. Windows color (decimal): -8037987 or 10312069. OLE color: 10312069.

HSL color Cylindrical-coordinate representation of color #85599D: hue angle of 278.82º 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 #85599D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 89 157 -
CMYK 0.15 0.43 0 0.38
HSL 278.82º 0.28% 0.48% -
HSV(B) 278.82º 0.43% 0.62% -
XYZ 19.33 14.57 33.69 -
YUV 109.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 133 89 157 0.15 0.43 0 0.38 278.82 0.28 0.48
Hex 85 59 9D F 2B 0 26 117 1C 30
Octal 205 131 235 17 53 0 46 427 34 60
Binary 10000101 1011001 10011101 1111 101011 0 100110 100010111 11100 110000

Color Harmonies of #85599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85599D

Black with #85599D

Text Example


Text Example

White with #85599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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