Html Css Color HEX #885FAF Ce Soir

📋 copy color: '#885FAF'

red 136 ◦ green 95 ◦ blue 175

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

Shades of Ce Soir #885FAF

Tints of Ce Soir #885FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

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

R = 33.5%
G = 23.4%
B = 43.1%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#885FAF (or 0x885FAF) is known color: Ce Soir. HEX triplet: 88, 5F and AF. RGB value is (136,95,175). Sum of RGB (Red+Green+Blue) = 136+95+175=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #885FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FAF is #77A050. Grayscale: #747474. Windows color (decimal): -7839825 or 11493256. OLE color: 11493256.

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

Color convert

RGB 136 95 175 -
CMYK 0.22 0.46 0 0.31
HSL 270.75º 0.33% 0.53% -
HSV(B) 270.75º 0.46% 0.69% -
XYZ 21.98 16.51 42.59 -
YUV 116.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 136 95 175 0.22 0.46 0 0.31 270.75 0.33 0.53
Hex 88 5F AF 16 2E 0 1F 10F 21 35
Octal 210 137 257 26 56 0 37 417 41 65
Binary 10001000 1011111 10101111 10110 101110 0 11111 100001111 100001 110101

Color Harmonies of #885FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FAF

Black with #885FAF

Text Example


Text Example

White with #885FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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