Html Css Color HEX #885EC8 Amethyst

📋 copy color: '#885EC8'

red 136 ◦ green 94 ◦ blue 200

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

Shades of Amethyst #885EC8

Tints of Amethyst #885EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 31.63%
G = 21.86%
B = 46.51%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#885EC8 (or 0x885EC8) is known color: Amethyst. HEX triplet: 88, 5E and C8. RGB value is (136,94,200). Sum of RGB (Red+Green+Blue) = 136+94+200=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #885EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EC8 is #77A137. Grayscale: #767676. Windows color (decimal): -7840056 or 13131400. OLE color: 13131400.

HSL color Cylindrical-coordinate representation of color #885EC8: hue angle of 263.77º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885EC8 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 94 200 -
CMYK 0.32 0.53 0 0.22
HSL 263.77º 0.49% 0.58% -
HSV(B) 263.77º 0.53% 0.78% -
XYZ 24.58 17.41 56.71 -
YUV 118.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 136 94 200 0.32 0.53 0 0.22 263.77 0.49 0.58
Hex 88 5E C8 20 35 0 16 108 31 3A
Octal 210 136 310 40 65 0 26 410 61 72
Binary 10001000 1011110 11001000 100000 110101 0 10110 100001000 110001 111010

Color Harmonies of #885EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EC8

Black with #885EC8

Text Example


Text Example

White with #885EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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