Html Css Color HEX #885DAF Ce Soir

📋 copy color: '#885DAF'

red 136 ◦ green 93 ◦ blue 175

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

Shades of Ce Soir #885DAF

Tints of Ce Soir #885DAF

RGB

 RED value IS 136 (53.52% from 255) = 33.66%

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 33.66%
G = 23.02%
B = 43.32%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#885DAF (or 0x885DAF) is known color: Ce Soir. HEX triplet: 88, 5D and AF. RGB value is (136,93,175). Sum of RGB (Red+Green+Blue) = 136+93+175=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #885DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DAF is #77A250. Grayscale: #727272. Windows color (decimal): -7840337 or 11492744. OLE color: 11492744.

HSL color Cylindrical-coordinate representation of color #885DAF: hue angle of 271.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885DAF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 93 175 -
CMYK 0.22 0.47 0 0.31
HSL 271.46º 0.34% 0.53% -
HSV(B) 271.46º 0.47% 0.69% -
XYZ 21.81 16.16 42.53 -
YUV 115.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 136 93 175 0.22 0.47 0 0.31 271.46 0.34 0.53
Hex 88 5D AF 16 2F 0 1F 10F 22 35
Octal 210 135 257 26 57 0 37 417 42 65
Binary 10001000 1011101 10101111 10110 101111 0 11111 100001111 100010 110101

Color Harmonies of #885DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DAF

Black with #885DAF

Text Example


Text Example

White with #885DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885DAF; }

 p { color: rgb(136,93,175); }

 H1.HeaderClassName
 {
   color: #885DAF;
 }
 .AnyTagClassName
 {
   color: #885DAF;
 }
</style>

background-color css

<style>
 a { background-color: #885DAF; }

 a { background-color: rgb(136,93,175); }

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

border-color css

<style>
 span { border-color: #885DAF; }

 span { border-color: rgb(136,93,175); }

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