Html Css Color HEX #9A53DB Amethyst

📋 copy color: '#9A53DB'

red 154 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #9A53DB

Tints of Amethyst #9A53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

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

R = 33.77%
G = 18.2%
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

#9A53DB (or 0x9A53DB) is known color: Amethyst. HEX triplet: 9A, 53 and DB. RGB value is (154,83,219). Sum of RGB (Red+Green+Blue) = 154+83+219=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 83 (32.81% from 255 or 18.20% 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 #9A53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53DB is #65AC24. Grayscale: #777777. Windows color (decimal): -6663205 or 14373786. OLE color: 14373786.

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

Color convert

RGB 154 83 219 -
CMYK 0.30 0.62 0 0.14
HSL 271.32º 0.65% 0.59% -
HSV(B) 271.32º 0.62% 0.86% -
XYZ 29.21 18.17 68.99 -
YUV 119.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 154 83 219 0.30 0.62 0 0.14 271.32 0.65 0.59
Hex 9A 53 DB 1E 3E 0 E 10F 41 3B
Octal 232 123 333 36 76 0 16 417 101 73
Binary 10011010 1010011 11011011 11110 111110 0 1110 100001111 1000001 111011

Color Harmonies of #9A53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53DB

Black with #9A53DB

Text Example


Text Example

White with #9A53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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