Html Css Color HEX #895AD3 Amethyst

📋 copy color: '#895AD3'

red 137 ◦ green 90 ◦ blue 211

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

Shades of Amethyst #895AD3

Tints of Amethyst #895AD3

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

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

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

R = 31.28%
G = 20.55%
B = 48.17%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#895AD3 (or 0x895AD3) is known color: Amethyst. HEX triplet: 89, 5A and D3. RGB value is (137,90,211). Sum of RGB (Red+Green+Blue) = 137+90+211=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #895AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895AD3 is #76A52C. Grayscale: #757575. Windows color (decimal): -7775533 or 13851273. OLE color: 13851273.

HSL color Cylindrical-coordinate representation of color #895AD3: hue angle of 263.31º 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 #895AD3 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 90 211 -
CMYK 0.35 0.57 0 0.17
HSL 263.31º 0.58% 0.59% -
HSV(B) 263.31º 0.57% 0.83% -
XYZ 25.73 17.33 63.62 -
YUV 117.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 137 90 211 0.35 0.57 0 0.17 263.31 0.58 0.59
Hex 89 5A D3 23 39 0 11 107 3A 3B
Octal 211 132 323 43 71 0 21 407 72 73
Binary 10001001 1011010 11010011 100011 111001 0 10001 100000111 111010 111011

Color Harmonies of #895AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AD3

Black with #895AD3

Text Example


Text Example

White with #895AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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