Html Css Color HEX #885FAA Ce Soir

📋 copy color: '#885FAA'

red 136 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #885FAA

Tints of Ce Soir #885FAA

RGB

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

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

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

R = 33.92%
G = 23.69%
B = 42.39%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#885FAA (or 0x885FAA) is known color: Ce Soir. HEX triplet: 88, 5F and AA. RGB value is (136,95,170). Sum of RGB (Red+Green+Blue) = 136+95+170=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #885FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FAA is #77A055. Grayscale: #737373. Windows color (decimal): -7839830 or 11165576. OLE color: 11165576.

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

Color convert

RGB 136 95 170 -
CMYK 0.20 0.44 0 0.33
HSL 272.8º 0.31% 0.52% -
HSV(B) 272.8º 0.44% 0.67% -
XYZ 21.5 16.32 40.05 -
YUV 115.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 136 95 170 0.20 0.44 0 0.33 272.8 0.31 0.52
Hex 88 5F AA 14 2C 0 21 111 1F 34
Octal 210 137 252 24 54 0 41 421 37 64
Binary 10001000 1011111 10101010 10100 101100 0 100001 100010001 11111 110100

Color Harmonies of #885FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FAA

Black with #885FAA

Text Example


Text Example

White with #885FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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