Html Css Color HEX #984BDB Amethyst

📋 copy color: '#984BDB'

red 152 ◦ green 75 ◦ blue 219

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

Shades of Amethyst #984BDB

Tints of Amethyst #984BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.82%

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

R = 34.08%
G = 16.82%
B = 49.1%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#984BDB (or 0x984BDB) is known color: Amethyst. HEX triplet: 98, 4B and DB. RGB value is (152,75,219). Sum of RGB (Red+Green+Blue) = 152+75+219=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #984BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BDB is #67B424. Grayscale: #717171. Windows color (decimal): -6796325 or 14371736. OLE color: 14371736.

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

Color convert

RGB 152 75 219 -
CMYK 0.31 0.66 0 0.14
HSL 272.08º 0.67% 0.58% -
HSV(B) 272.08º 0.66% 0.86% -
XYZ 28.25 16.82 68.78 -
YUV 114.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 152 75 219 0.31 0.66 0 0.14 272.08 0.67 0.58
Hex 98 4B DB 1F 42 0 E 110 43 3A
Octal 230 113 333 37 102 0 16 420 103 72
Binary 10011000 1001011 11011011 11111 1000010 0 1110 100010000 1000011 111010

Color Harmonies of #984BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BDB

Black with #984BDB

Text Example


Text Example

White with #984BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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