Html Css Color HEX #885AD0 Amethyst

📋 copy color: '#885AD0'

red 136 ◦ green 90 ◦ blue 208

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

Shades of Amethyst #885AD0

Tints of Amethyst #885AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 31.34%
G = 20.74%
B = 47.93%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#885AD0 (or 0x885AD0) is known color: Amethyst. HEX triplet: 88, 5A and D0. RGB value is (136,90,208). Sum of RGB (Red+Green+Blue) = 136+90+208=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #885AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AD0 is #77A52F. Grayscale: #747474. Windows color (decimal): -7841072 or 13654664. OLE color: 13654664.

HSL color Cylindrical-coordinate representation of color #885AD0: hue angle of 263.39º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885AD0 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 90 208 -
CMYK 0.35 0.57 0 0.18
HSL 263.39º 0.56% 0.58% -
HSV(B) 263.39º 0.57% 0.82% -
XYZ 25.19 17.1 61.65 -
YUV 117.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 136 90 208 0.35 0.57 0 0.18 263.39 0.56 0.58
Hex 88 5A D0 23 39 0 12 107 38 3A
Octal 210 132 320 43 71 0 22 407 70 72
Binary 10001000 1011010 11010000 100011 111001 0 10010 100000111 111000 111010

Color Harmonies of #885AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AD0

Black with #885AD0

Text Example


Text Example

White with #885AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,208); }

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

background-color css

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

 a { background-color: rgb(136,90,208); }

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

border-color css

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

 span { border-color: rgb(136,90,208); }

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