Html Css Color HEX #885ECE Amethyst

📋 copy color: '#885ECE'

red 136 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #885ECE

Tints of Amethyst #885ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 31.19%
G = 21.56%
B = 47.25%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#885ECE (or 0x885ECE) is known color: Amethyst. HEX triplet: 88, 5E and CE. RGB value is (136,94,206). Sum of RGB (Red+Green+Blue) = 136+94+206=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #885ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ECE is #77A131. Grayscale: #767676. Windows color (decimal): -7840050 or 13524616. OLE color: 13524616.

HSL color Cylindrical-coordinate representation of color #885ECE: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885ECE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 94 206 -
CMYK 0.34 0.54 0 0.19
HSL 262.5º 0.53% 0.59% -
HSV(B) 262.5º 0.54% 0.81% -
XYZ 25.3 17.7 60.47 -
YUV 119.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 136 94 206 0.34 0.54 0 0.19 262.5 0.53 0.59
Hex 88 5E CE 22 36 0 13 106 35 3B
Octal 210 136 316 42 66 0 23 406 65 73
Binary 10001000 1011110 11001110 100010 110110 0 10011 100000110 110101 111011

Color Harmonies of #885ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ECE

Black with #885ECE

Text Example


Text Example

White with #885ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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