Html Css Color HEX #885AAA Ce Soir

📋 copy color: '#885AAA'

red 136 ◦ green 90 ◦ blue 170

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

Shades of Ce Soir #885AAA

Tints of Ce Soir #885AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 34.34%
G = 22.73%
B = 42.93%

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

#885AAA (or 0x885AAA) is known color: Ce Soir. HEX triplet: 88, 5A and AA. RGB value is (136,90,170). Sum of RGB (Red+Green+Blue) = 136+90+170=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #885AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AAA is #77A555. Grayscale: #707070. Windows color (decimal): -7841110 or 11164296. OLE color: 11164296.

HSL color Cylindrical-coordinate representation of color #885AAA: hue angle of 274.5º 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 #885AAA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 90 170 -
CMYK 0.20 0.47 0 0.33
HSL 274.5º 0.32% 0.51% -
HSV(B) 274.5º 0.47% 0.67% -
XYZ 21.07 15.45 39.9 -
YUV 112.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 136 90 170 0.20 0.47 0 0.33 274.5 0.32 0.51
Hex 88 5A AA 14 2F 0 21 112 20 33
Octal 210 132 252 24 57 0 41 422 40 63
Binary 10001000 1011010 10101010 10100 101111 0 100001 100010010 100000 110011

Color Harmonies of #885AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AAA

Black with #885AAA

Text Example


Text Example

White with #885AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,170); }

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

background-color css

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

 a { background-color: rgb(136,90,170); }

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

border-color css

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

 span { border-color: rgb(136,90,170); }

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