Html Css Color HEX #885BAB Ce Soir

📋 copy color: '#885BAB'

red 136 ◦ green 91 ◦ blue 171

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

Shades of Ce Soir #885BAB

Tints of Ce Soir #885BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 34.17%
G = 22.86%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#885BAB (or 0x885BAB) is known color: Ce Soir. HEX triplet: 88, 5B and AB. RGB value is (136,91,171). Sum of RGB (Red+Green+Blue) = 136+91+171=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #885BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAB is #77A454. Grayscale: #717171. Windows color (decimal): -7840853 or 11230088. OLE color: 11230088.

HSL color Cylindrical-coordinate representation of color #885BAB: hue angle of 273.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885BAB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 91 171 -
CMYK 0.20 0.47 0 0.33
HSL 273.75º 0.32% 0.51% -
HSV(B) 273.75º 0.47% 0.67% -
XYZ 21.25 15.66 40.43 -
YUV 113.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 136 91 171 0.20 0.47 0 0.33 273.75 0.32 0.51
Hex 88 5B AB 14 2F 0 21 112 20 33
Octal 210 133 253 24 57 0 41 422 40 63
Binary 10001000 1011011 10101011 10100 101111 0 100001 100010010 100000 110011

Color Harmonies of #885BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BAB

Black with #885BAB

Text Example


Text Example

White with #885BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,91,171); }

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

background-color css

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

 a { background-color: rgb(136,91,171); }

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

border-color css

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

 span { border-color: rgb(136,91,171); }

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