Html Css Color HEX #85669C Ce Soir

📋 copy color: '#85669C'

red 133 ◦ green 102 ◦ blue 156

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

Shades of Ce Soir #85669C

Tints of Ce Soir #85669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 34.02%
G = 26.09%
B = 39.9%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85669C (or 0x85669C) is known color: Ce Soir. HEX triplet: 85, 66 and 9C. RGB value is (133,102,156). Sum of RGB (Red+Green+Blue) = 133+102+156=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #85669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85669C is #7A9963. Grayscale: #757575. Windows color (decimal): -8034660 or 10249861. OLE color: 10249861.

HSL color Cylindrical-coordinate representation of color #85669C: hue angle of 274.44º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85669C is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 102 156 -
CMYK 0.15 0.35 0 0.39
HSL 274.44º 0.21% 0.51% -
HSV(B) 274.44º 0.35% 0.61% -
XYZ 20.42 16.89 33.64 -
YUV 117.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 133 102 156 0.15 0.35 0 0.39 274.44 0.21 0.51
Hex 85 66 9C F 23 0 27 112 15 33
Octal 205 146 234 17 43 0 47 422 25 63
Binary 10000101 1100110 10011100 1111 100011 0 100111 100010010 10101 110011

Color Harmonies of #85669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85669C

Black with #85669C

Text Example


Text Example

White with #85669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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