Html Css Color HEX #9954DB Amethyst

📋 copy color: '#9954DB'

red 153 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9954DB

Tints of Amethyst #9954DB

RGB

 RED value IS 153 (60.16% from 255) = 33.55%

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 33.55%
G = 18.42%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9954DB (or 0x9954DB) is known color: Amethyst. HEX triplet: 99, 54 and DB. RGB value is (153,84,219). Sum of RGB (Red+Green+Blue) = 153+84+219=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9954DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954DB is #66AB24. Grayscale: #777777. Windows color (decimal): -6728485 or 14374041. OLE color: 14374041.

HSL color Cylindrical-coordinate representation of color #9954DB: hue angle of 270.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9954DB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 84 219 -
CMYK 0.30 0.62 0 0.14
HSL 270.67º 0.65% 0.59% -
HSV(B) 270.67º 0.62% 0.86% -
XYZ 29.09 18.23 69 -
YUV 120.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 153 84 219 0.30 0.62 0 0.14 270.67 0.65 0.59
Hex 99 54 DB 1E 3E 0 E 10F 41 3B
Octal 231 124 333 36 76 0 16 417 101 73
Binary 10011001 1010100 11011011 11110 111110 0 1110 100001111 1000001 111011

Color Harmonies of #9954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9954DB

Black with #9954DB

Text Example


Text Example

White with #9954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9954DB; }

 p { color: rgb(153,84,219); }

 H1.HeaderClassName
 {
   color: #9954DB;
 }
 .AnyTagClassName
 {
   color: #9954DB;
 }
</style>

background-color css

<style>
 a { background-color: #9954DB; }

 a { background-color: rgb(153,84,219); }

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

border-color css

<style>
 span { border-color: #9954DB; }

 span { border-color: rgb(153,84,219); }

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