Html Css Color HEX #85679C Ce Soir

📋 copy color: '#85679C'

red 133 ◦ green 103 ◦ blue 156

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

Shades of Ce Soir #85679C

Tints of Ce Soir #85679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

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

R = 33.93%
G = 26.28%
B = 39.8%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85679C (or 0x85679C) is known color: Ce Soir. HEX triplet: 85, 67 and 9C. RGB value is (133,103,156). Sum of RGB (Red+Green+Blue) = 133+103+156=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #85679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85679C is #7A9863. Grayscale: #757575. Windows color (decimal): -8034404 or 10250117. OLE color: 10250117.

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

Color convert

RGB 133 103 156 -
CMYK 0.15 0.34 0 0.39
HSL 273.96º 0.21% 0.51% -
HSV(B) 273.96º 0.34% 0.61% -
XYZ 20.52 17.09 33.67 -
YUV 118.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 133 103 156 0.15 0.34 0 0.39 273.96 0.21 0.51
Hex 85 67 9C F 22 0 27 112 15 33
Octal 205 147 234 17 42 0 47 422 25 63
Binary 10000101 1100111 10011100 1111 100010 0 100111 100010010 10101 110011

Color Harmonies of #85679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85679C

Black with #85679C

Text Example


Text Example

White with #85679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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