Html Css Color HEX #885ECC Amethyst

📋 copy color: '#885ECC'

red 136 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #885ECC

Tints of Amethyst #885ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 31.34%
G = 21.66%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#885ECC (or 0x885ECC) is known color: Amethyst. HEX triplet: 88, 5E and CC. RGB value is (136,94,204). Sum of RGB (Red+Green+Blue) = 136+94+204=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #885ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECC is #77A133. Grayscale: #767676. Windows color (decimal): -7840052 or 13393544. OLE color: 13393544.

HSL color Cylindrical-coordinate representation of color #885ECC: hue angle of 262.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885ECC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 94 204 -
CMYK 0.33 0.54 0 0.2
HSL 262.91º 0.52% 0.58% -
HSV(B) 262.91º 0.54% 0.8% -
XYZ 25.06 17.6 59.2 -
YUV 119.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 136 94 204 0.33 0.54 0 0.2 262.91 0.52 0.58
Hex 88 5E CC 21 36 0 14 107 34 3A
Octal 210 136 314 41 66 0 24 407 64 72
Binary 10001000 1011110 11001100 100001 110110 0 10100 100000111 110100 111010

Color Harmonies of #885ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ECC

Black with #885ECC

Text Example


Text Example

White with #885ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,204); }

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

background-color css

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

 a { background-color: rgb(136,94,204); }

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

border-color css

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

 span { border-color: rgb(136,94,204); }

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