Html Css Color HEX #85609E Ce Soir

📋 copy color: '#85609E'

red 133 ◦ green 96 ◦ blue 158

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

Shades of Ce Soir #85609E

Tints of Ce Soir #85609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 34.37%
G = 24.81%
B = 40.83%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85609E (or 0x85609E) is known color: Ce Soir. HEX triplet: 85, 60 and 9E. RGB value is (133,96,158). Sum of RGB (Red+Green+Blue) = 133+96+158=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #85609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85609E is #7A9F61. Grayscale: #717171. Windows color (decimal): -8036194 or 10379397. OLE color: 10379397.

HSL color Cylindrical-coordinate representation of color #85609E: hue angle of 275.81º 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 #85609E is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 96 158 -
CMYK 0.16 0.39 0 0.38
HSL 275.81º 0.24% 0.5% -
HSV(B) 275.81º 0.39% 0.62% -
XYZ 20.03 15.82 34.35 -
YUV 114.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 133 96 158 0.16 0.39 0 0.38 275.81 0.24 0.5
Hex 85 60 9E 10 27 0 26 114 18 32
Octal 205 140 236 20 47 0 46 424 30 62
Binary 10000101 1100000 10011110 10000 100111 0 100110 100010100 11000 110010

Color Harmonies of #85609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85609E

Black with #85609E

Text Example


Text Example

White with #85609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85609E; }

 p { color: rgb(133,96,158); }

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

background-color css

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

 a { background-color: rgb(133,96,158); }

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

border-color css

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

 span { border-color: rgb(133,96,158); }

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