Html Css Color HEX #85689F Ce Soir

📋 copy color: '#85689F'

red 133 ◦ green 104 ◦ blue 159

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

Shades of Ce Soir #85689F

Tints of Ce Soir #85689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

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

R = 33.59%
G = 26.26%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85689F (or 0x85689F) is known color: Ce Soir. HEX triplet: 85, 68 and 9F. RGB value is (133,104,159). Sum of RGB (Red+Green+Blue) = 133+104+159=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #85689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85689F is #7A9760. Grayscale: #767676. Windows color (decimal): -8034145 or 10446981. OLE color: 10446981.

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

Color convert

RGB 133 104 159 -
CMYK 0.16 0.35 0 0.38
HSL 271.64º 0.22% 0.52% -
HSV(B) 271.64º 0.35% 0.62% -
XYZ 20.88 17.39 35.06 -
YUV 118.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 133 104 159 0.16 0.35 0 0.38 271.64 0.22 0.52
Hex 85 68 9F 10 23 0 26 110 16 34
Octal 205 150 237 20 43 0 46 420 26 64
Binary 10000101 1101000 10011111 10000 100011 0 100110 100010000 10110 110100

Color Harmonies of #85689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85689F

Black with #85689F

Text Example


Text Example

White with #85689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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