Html Css Color HEX #885FA4 Ce Soir

📋 copy color: '#885FA4'

red 136 ◦ green 95 ◦ blue 164

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

Shades of Ce Soir #885FA4

Tints of Ce Soir #885FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 34.43%
G = 24.05%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#885FA4 (or 0x885FA4) is known color: Ce Soir. HEX triplet: 88, 5F and A4. RGB value is (136,95,164). Sum of RGB (Red+Green+Blue) = 136+95+164=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #885FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FA4 is #77A05B. Grayscale: #727272. Windows color (decimal): -7839836 or 10772360. OLE color: 10772360.

HSL color Cylindrical-coordinate representation of color #885FA4: hue angle of 275.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885FA4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 95 164 -
CMYK 0.17 0.42 0 0.36
HSL 275.65º 0.27% 0.51% -
HSV(B) 275.65º 0.42% 0.64% -
XYZ 20.95 16.1 37.13 -
YUV 115.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 136 95 164 0.17 0.42 0 0.36 275.65 0.27 0.51
Hex 88 5F A4 11 2A 0 24 114 1B 33
Octal 210 137 244 21 52 0 44 424 33 63
Binary 10001000 1011111 10100100 10001 101010 0 100100 100010100 11011 110011

Color Harmonies of #885FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FA4

Black with #885FA4

Text Example


Text Example

White with #885FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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