Html Css Color HEX #85679A Ce Soir

📋 copy color: '#85679A'

red 133 ◦ green 103 ◦ blue 154

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

Shades of Ce Soir #85679A

Tints of Ce Soir #85679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 34.1%
G = 26.41%
B = 39.49%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85679A (or 0x85679A) is known color: Ce Soir. HEX triplet: 85, 67 and 9A. RGB value is (133,103,154). Sum of RGB (Red+Green+Blue) = 133+103+154=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #85679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85679A is #7A9865. Grayscale: #757575. Windows color (decimal): -8034406 or 10119045. OLE color: 10119045.

HSL color Cylindrical-coordinate representation of color #85679A: hue angle of 275.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85679A is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 103 154 -
CMYK 0.14 0.33 0 0.40
HSL 275.29º 0.2% 0.5% -
HSV(B) 275.29º 0.33% 0.6% -
XYZ 20.36 17.02 32.78 -
YUV 117.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 133 103 154 0.14 0.33 0 0.40 275.29 0.2 0.5
Hex 85 67 9A E 21 0 28 113 14 32
Octal 205 147 232 16 41 0 50 423 24 62
Binary 10000101 1100111 10011010 1110 100001 0 101000 100010011 10100 110010

Color Harmonies of #85679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85679A

Black with #85679A

Text Example


Text Example

White with #85679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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