Html Css Color HEX #985BDA Amethyst

📋 copy color: '#985BDA'

red 152 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #985BDA

Tints of Amethyst #985BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 32.97%
G = 19.74%
B = 47.29%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#985BDA (or 0x985BDA) is known color: Amethyst. HEX triplet: 98, 5B and DA. RGB value is (152,91,218). Sum of RGB (Red+Green+Blue) = 152+91+218=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #985BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BDA is #67A425. Grayscale: #7B7B7B. Windows color (decimal): -6792230 or 14310296. OLE color: 14310296.

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

Color convert

RGB 152 91 218 -
CMYK 0.30 0.58 0 0.15
HSL 268.82º 0.63% 0.61% -
HSV(B) 268.82º 0.58% 0.85% -
XYZ 29.34 19.22 68.49 -
YUV 123.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 152 91 218 0.30 0.58 0 0.15 268.82 0.63 0.61
Hex 98 5B DA 1E 3A 0 F 10D 3F 3D
Octal 230 133 332 36 72 0 17 415 77 75
Binary 10011000 1011011 11011010 11110 111010 0 1111 100001101 111111 111101

Color Harmonies of #985BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BDA

Black with #985BDA

Text Example


Text Example

White with #985BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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