Html Css Color HEX #985ADA Amethyst

📋 copy color: '#985ADA'

red 152 ◦ green 90 ◦ blue 218

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

Shades of Amethyst #985ADA

Tints of Amethyst #985ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 33.04%
G = 19.57%
B = 47.39%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#985ADA (or 0x985ADA) is known color: Amethyst. HEX triplet: 98, 5A and DA. RGB value is (152,90,218). Sum of RGB (Red+Green+Blue) = 152+90+218=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #985ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ADA is #67A525. Grayscale: #7A7A7A. Windows color (decimal): -6792486 or 14310040. OLE color: 14310040.

HSL color Cylindrical-coordinate representation of color #985ADA: hue angle of 269.06º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985ADA is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 90 218 -
CMYK 0.30 0.59 0 0.15
HSL 269.06º 0.63% 0.6% -
HSV(B) 269.06º 0.59% 0.85% -
XYZ 29.26 19.05 68.46 -
YUV 123.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 152 90 218 0.30 0.59 0 0.15 269.06 0.63 0.6
Hex 98 5A DA 1E 3B 0 F 10D 3F 3C
Octal 230 132 332 36 73 0 17 415 77 74
Binary 10011000 1011010 11011010 11110 111011 0 1111 100001101 111111 111100

Color Harmonies of #985ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ADA

Black with #985ADA

Text Example


Text Example

White with #985ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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