Html Css Color HEX #885ECA Amethyst

📋 copy color: '#885ECA'

red 136 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #885ECA

Tints of Amethyst #885ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 31.48%
G = 21.76%
B = 46.76%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#885ECA (or 0x885ECA) is known color: Amethyst. HEX triplet: 88, 5E and CA. RGB value is (136,94,202). Sum of RGB (Red+Green+Blue) = 136+94+202=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #885ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECA is #77A135. Grayscale: #767676. Windows color (decimal): -7840054 or 13262472. OLE color: 13262472.

HSL color Cylindrical-coordinate representation of color #885ECA: hue angle of 263.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885ECA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 94 202 -
CMYK 0.33 0.53 0 0.21
HSL 263.33º 0.5% 0.58% -
HSV(B) 263.33º 0.53% 0.79% -
XYZ 24.82 17.5 57.95 -
YUV 118.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 136 94 202 0.33 0.53 0 0.21 263.33 0.5 0.58
Hex 88 5E CA 21 35 0 15 107 32 3A
Octal 210 136 312 41 65 0 25 407 62 72
Binary 10001000 1011110 11001010 100001 110101 0 10101 100000111 110010 111010

Color Harmonies of #885ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ECA

Black with #885ECA

Text Example


Text Example

White with #885ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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