Html Css Color HEX #9A53DA Amethyst

📋 copy color: '#9A53DA'

red 154 ◦ green 83 ◦ blue 218

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

Shades of Amethyst #9A53DA

Tints of Amethyst #9A53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 33.85%
G = 18.24%
B = 47.91%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A53DA (or 0x9A53DA) is known color: Amethyst. HEX triplet: 9A, 53 and DA. RGB value is (154,83,218). Sum of RGB (Red+Green+Blue) = 154+83+218=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A53DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53DA is #65AC25. Grayscale: #777777. Windows color (decimal): -6663206 or 14308250. OLE color: 14308250.

HSL color Cylindrical-coordinate representation of color #9A53DA: hue angle of 271.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A53DA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 83 218 -
CMYK 0.29 0.62 0 0.15
HSL 271.56º 0.65% 0.59% -
HSV(B) 271.56º 0.62% 0.85% -
XYZ 29.07 18.12 68.29 -
YUV 119.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 154 83 218 0.29 0.62 0 0.15 271.56 0.65 0.59
Hex 9A 53 DA 1D 3E 0 F 110 41 3B
Octal 232 123 332 35 76 0 17 420 101 73
Binary 10011010 1010011 11011010 11101 111110 0 1111 100010000 1000001 111011

Color Harmonies of #9A53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53DA

Black with #9A53DA

Text Example


Text Example

White with #9A53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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