Html Css Color HEX #985BDB Amethyst

📋 copy color: '#985BDB'

red 152 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #985BDB

Tints of Amethyst #985BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 32.9%
G = 19.7%
B = 47.4%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#985BDB (or 0x985BDB) is known color: Amethyst. HEX triplet: 98, 5B and DB. RGB value is (152,91,219). Sum of RGB (Red+Green+Blue) = 152+91+219=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #985BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BDB is #67A424. Grayscale: #7B7B7B. Windows color (decimal): -6792229 or 14375832. OLE color: 14375832.

HSL color Cylindrical-coordinate representation of color #985BDB: hue angle of 268.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985BDB is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 91 219 -
CMYK 0.31 0.58 0 0.14
HSL 268.59º 0.64% 0.61% -
HSV(B) 268.59º 0.58% 0.86% -
XYZ 29.48 19.27 69.18 -
YUV 123.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 152 91 219 0.31 0.58 0 0.14 268.59 0.64 0.61
Hex 98 5B DB 1F 3A 0 E 10D 40 3D
Octal 230 133 333 37 72 0 16 415 100 75
Binary 10011000 1011011 11011011 11111 111010 0 1110 100001101 1000000 111101

Color Harmonies of #985BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BDB

Black with #985BDB

Text Example


Text Example

White with #985BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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