Html Css Color HEX #85639F Ce Soir

📋 copy color: '#85639F'

red 133 ◦ green 99 ◦ blue 159

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

Shades of Ce Soir #85639F

Tints of Ce Soir #85639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 34.02%
G = 25.32%
B = 40.66%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85639F (or 0x85639F) is known color: Ce Soir. HEX triplet: 85, 63 and 9F. RGB value is (133,99,159). Sum of RGB (Red+Green+Blue) = 133+99+159=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #85639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85639F is #7A9C60. Grayscale: #737373. Windows color (decimal): -8035425 or 10445701. OLE color: 10445701.

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

Color convert

RGB 133 99 159 -
CMYK 0.16 0.38 0 0.38
HSL 274º 0.24% 0.51% -
HSV(B) 274º 0.38% 0.62% -
XYZ 20.39 16.41 34.89 -
YUV 116.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 133 99 159 0.16 0.38 0 0.38 274 0.24 0.51
Hex 85 63 9F 10 26 0 26 112 18 33
Octal 205 143 237 20 46 0 46 422 30 63
Binary 10000101 1100011 10011111 10000 100110 0 100110 100010010 11000 110011

Color Harmonies of #85639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85639F

Black with #85639F

Text Example


Text Example

White with #85639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,99,159); }

 H1.HeaderClassName
 {
   color: #85639F;
 }
 .AnyTagClassName
 {
   color: #85639F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,99,159); }

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

border-color css

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

 span { border-color: rgb(133,99,159); }

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