Html Css Color HEX #985AD4 Amethyst

📋 copy color: '#985AD4'

red 152 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #985AD4

Tints of Amethyst #985AD4

RGB

 RED value IS 152 (59.77% from 255) = 33.48%

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

 BLUE value IS 212 (83.2% from 255) = 46.7%

R = 33.48%
G = 19.82%
B = 46.7%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#985AD4 (or 0x985AD4) is known color: Amethyst. HEX triplet: 98, 5A and D4. RGB value is (152,90,212). Sum of RGB (Red+Green+Blue) = 152+90+212=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #985AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AD4 is #67A52B. Grayscale: #7A7A7A. Windows color (decimal): -6792492 or 13916824. OLE color: 13916824.

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

Color convert

RGB 152 90 212 -
CMYK 0.28 0.58 0 0.17
HSL 270.49º 0.59% 0.59% -
HSV(B) 270.49º 0.58% 0.83% -
XYZ 28.49 18.74 64.4 -
YUV 122.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 152 90 212 0.28 0.58 0 0.17 270.49 0.59 0.59
Hex 98 5A D4 1C 3A 0 11 10E 3B 3B
Octal 230 132 324 34 72 0 21 416 73 73
Binary 10011000 1011010 11010100 11100 111010 0 10001 100001110 111011 111011

Color Harmonies of #985AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985AD4

Black with #985AD4

Text Example


Text Example

White with #985AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985AD4; }

 p { color: rgb(152,90,212); }

 H1.HeaderClassName
 {
   color: #985AD4;
 }
 .AnyTagClassName
 {
   color: #985AD4;
 }
</style>

background-color css

<style>
 a { background-color: #985AD4; }

 a { background-color: rgb(152,90,212); }

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

border-color css

<style>
 span { border-color: #985AD4; }

 span { border-color: rgb(152,90,212); }

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