Html Css Color HEX #9053CA Amethyst

📋 copy color: '#9053CA'

red 144 ◦ green 83 ◦ blue 202

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

Shades of Amethyst #9053CA

Tints of Amethyst #9053CA

RGB

 RED value IS 144 (56.64% from 255) = 33.57%

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 33.57%
G = 19.35%
B = 47.09%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9053CA (or 0x9053CA) is known color: Amethyst. HEX triplet: 90, 53 and CA. RGB value is (144,83,202). Sum of RGB (Red+Green+Blue) = 144+83+202=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9053CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CA is #6FAC35. Grayscale: #727272. Windows color (decimal): -7318582 or 13259664. OLE color: 13259664.

HSL color Cylindrical-coordinate representation of color #9053CA: hue angle of 270.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9053CA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 83 202 -
CMYK 0.29 0.59 0 0.21
HSL 270.76º 0.53% 0.56% -
HSV(B) 270.76º 0.59% 0.79% -
XYZ 25.26 16.38 57.71 -
YUV 114.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 144 83 202 0.29 0.59 0 0.21 270.76 0.53 0.56
Hex 90 53 CA 1D 3B 0 15 10F 35 38
Octal 220 123 312 35 73 0 25 417 65 70
Binary 10010000 1010011 11001010 11101 111011 0 10101 100001111 110101 111000

Color Harmonies of #9053CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053CA

Black with #9053CA

Text Example


Text Example

White with #9053CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9053CA; }

 p { color: rgb(144,83,202); }

 H1.HeaderClassName
 {
   color: #9053CA;
 }
 .AnyTagClassName
 {
   color: #9053CA;
 }
</style>

background-color css

<style>
 a { background-color: #9053CA; }

 a { background-color: rgb(144,83,202); }

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

border-color css

<style>
 span { border-color: #9053CA; }

 span { border-color: rgb(144,83,202); }

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