Html Css Color HEX #85659D Ce Soir

📋 copy color: '#85659D'

red 133 ◦ green 101 ◦ blue 157

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

Shades of Ce Soir #85659D

Tints of Ce Soir #85659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

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

R = 34.02%
G = 25.83%
B = 40.15%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85659D (or 0x85659D) is known color: Ce Soir. HEX triplet: 85, 65 and 9D. RGB value is (133,101,157). Sum of RGB (Red+Green+Blue) = 133+101+157=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #85659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85659D is #7A9A62. Grayscale: #747474. Windows color (decimal): -8034915 or 10315141. OLE color: 10315141.

HSL color Cylindrical-coordinate representation of color #85659D: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85659D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 101 157 -
CMYK 0.15 0.36 0 0.38
HSL 274.29º 0.22% 0.51% -
HSV(B) 274.29º 0.36% 0.62% -
XYZ 20.41 16.73 34.05 -
YUV 116.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 133 101 157 0.15 0.36 0 0.38 274.29 0.22 0.51
Hex 85 65 9D F 24 0 26 112 16 33
Octal 205 145 235 17 44 0 46 422 26 63
Binary 10000101 1100101 10011101 1111 100100 0 100110 100010010 10110 110011

Color Harmonies of #85659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85659D

Black with #85659D

Text Example


Text Example

White with #85659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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