Html Css Color HEX #9A54DB Amethyst

📋 copy color: '#9A54DB'

red 154 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9A54DB

Tints of Amethyst #9A54DB

RGB

 RED value IS 154 (60.55% from 255) = 33.7%

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

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

R = 33.7%
G = 18.38%
B = 47.92%

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

#9A54DB (or 0x9A54DB) is known color: Amethyst. HEX triplet: 9A, 54 and DB. RGB value is (154,84,219). Sum of RGB (Red+Green+Blue) = 154+84+219=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54DB is #65AB24. Grayscale: #777777. Windows color (decimal): -6662949 or 14374042. OLE color: 14374042.

HSL color Cylindrical-coordinate representation of color #9A54DB: hue angle of 271.11º 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 #9A54DB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 84 219 -
CMYK 0.30 0.62 0 0.14
HSL 271.11º 0.65% 0.59% -
HSV(B) 271.11º 0.62% 0.86% -
XYZ 29.28 18.33 69.01 -
YUV 120.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 154 84 219 0.30 0.62 0 0.14 271.11 0.65 0.59
Hex 9A 54 DB 1E 3E 0 E 10F 41 3B
Octal 232 124 333 36 76 0 16 417 101 73
Binary 10011010 1010100 11011011 11110 111110 0 1110 100001111 1000001 111011

Color Harmonies of #9A54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54DB

Black with #9A54DB

Text Example


Text Example

White with #9A54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A54DB; }

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

 H1.HeaderClassName
 {
   color: #9A54DB;
 }
 .AnyTagClassName
 {
   color: #9A54DB;
 }
</style>

background-color css

<style>
 a { background-color: #9A54DB; }

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

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

border-color css

<style>
 span { border-color: #9A54DB; }

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

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