Html Css Color HEX #85699C Ce Soir

📋 copy color: '#85699C'

red 133 ◦ green 105 ◦ blue 156

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

Shades of Ce Soir #85699C

Tints of Ce Soir #85699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 33.76%
G = 26.65%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85699C (or 0x85699C) is known color: Ce Soir. HEX triplet: 85, 69 and 9C. RGB value is (133,105,156). Sum of RGB (Red+Green+Blue) = 133+105+156=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #85699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699C is #7A9663. Grayscale: #777777. Windows color (decimal): -8033892 or 10250629. OLE color: 10250629.

HSL color Cylindrical-coordinate representation of color #85699C: hue angle of 272.94º 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 #85699C is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 105 156 -
CMYK 0.15 0.33 0 0.39
HSL 272.94º 0.2% 0.51% -
HSV(B) 272.94º 0.33% 0.61% -
XYZ 20.73 17.49 33.74 -
YUV 119.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 133 105 156 0.15 0.33 0 0.39 272.94 0.2 0.51
Hex 85 69 9C F 21 0 27 111 14 33
Octal 205 151 234 17 41 0 47 421 24 63
Binary 10000101 1101001 10011100 1111 100001 0 100111 100010001 10100 110011

Color Harmonies of #85699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85699C

Black with #85699C

Text Example


Text Example

White with #85699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85699C; }

 p { color: rgb(133,105,156); }

 H1.HeaderClassName
 {
   color: #85699C;
 }
 .AnyTagClassName
 {
   color: #85699C;
 }
</style>

background-color css

<style>
 a { background-color: #85699C; }

 a { background-color: rgb(133,105,156); }

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

border-color css

<style>
 span { border-color: #85699C; }

 span { border-color: rgb(133,105,156); }

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