Html Css Color HEX #885AD3 Amethyst

📋 copy color: '#885AD3'

red 136 ◦ green 90 ◦ blue 211

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

Shades of Amethyst #885AD3

Tints of Amethyst #885AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.28%

R = 31.12%
G = 20.59%
B = 48.28%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#885AD3 (or 0x885AD3) is known color: Amethyst. HEX triplet: 88, 5A and D3. RGB value is (136,90,211). Sum of RGB (Red+Green+Blue) = 136+90+211=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #885AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AD3 is #77A52C. Grayscale: #757575. Windows color (decimal): -7841069 or 13851272. OLE color: 13851272.

HSL color Cylindrical-coordinate representation of color #885AD3: hue angle of 262.81º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885AD3 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 90 211 -
CMYK 0.36 0.57 0 0.17
HSL 262.81º 0.58% 0.59% -
HSV(B) 262.81º 0.57% 0.83% -
XYZ 25.57 17.25 63.61 -
YUV 117.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 136 90 211 0.36 0.57 0 0.17 262.81 0.58 0.59
Hex 88 5A D3 24 39 0 11 107 3A 3B
Octal 210 132 323 44 71 0 21 407 72 73
Binary 10001000 1011010 11010011 100100 111001 0 10001 100000111 111010 111011

Color Harmonies of #885AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AD3

Black with #885AD3

Text Example


Text Example

White with #885AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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