Html Css Color HEX #85689B Ce Soir

📋 copy color: '#85689B'

red 133 ◦ green 104 ◦ blue 155

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

Shades of Ce Soir #85689B

Tints of Ce Soir #85689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 33.93%
G = 26.53%
B = 39.54%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85689B (or 0x85689B) is known color: Ce Soir. HEX triplet: 85, 68 and 9B. RGB value is (133,104,155). Sum of RGB (Red+Green+Blue) = 133+104+155=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #85689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85689B is #7A9764. Grayscale: #767676. Windows color (decimal): -8034149 or 10184837. OLE color: 10184837.

HSL color Cylindrical-coordinate representation of color #85689B: hue angle of 274.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85689B is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 104 155 -
CMYK 0.14 0.33 0 0.39
HSL 274.12º 0.2% 0.51% -
HSV(B) 274.12º 0.33% 0.61% -
XYZ 20.54 17.25 33.26 -
YUV 118.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 133 104 155 0.14 0.33 0 0.39 274.12 0.2 0.51
Hex 85 68 9B E 21 0 27 112 14 33
Octal 205 150 233 16 41 0 47 422 24 63
Binary 10000101 1101000 10011011 1110 100001 0 100111 100010010 10100 110011

Color Harmonies of #85689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85689B

Black with #85689B

Text Example


Text Example

White with #85689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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