Html Css Color HEX #85699F Ce Soir

📋 copy color: '#85699F'

red 133 ◦ green 105 ◦ blue 159

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

Shades of Ce Soir #85699F

Tints of Ce Soir #85699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 33.5%
G = 26.45%
B = 40.05%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85699F (or 0x85699F) is known color: Ce Soir. HEX triplet: 85, 69 and 9F. RGB value is (133,105,159). Sum of RGB (Red+Green+Blue) = 133+105+159=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #85699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699F is #7A9660. Grayscale: #777777. Windows color (decimal): -8033889 or 10447237. OLE color: 10447237.

HSL color Cylindrical-coordinate representation of color #85699F: hue angle of 271.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85699F is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 105 159 -
CMYK 0.16 0.34 0 0.38
HSL 271.11º 0.22% 0.52% -
HSV(B) 271.11º 0.34% 0.62% -
XYZ 20.98 17.59 35.09 -
YUV 119.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 133 105 159 0.16 0.34 0 0.38 271.11 0.22 0.52
Hex 85 69 9F 10 22 0 26 10F 16 34
Octal 205 151 237 20 42 0 46 417 26 64
Binary 10000101 1101001 10011111 10000 100010 0 100110 100001111 10110 110100

Color Harmonies of #85699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85699F

Black with #85699F

Text Example


Text Example

White with #85699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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