Html Css Color HEX #9053CC Amethyst

📋 copy color: '#9053CC'

red 144 ◦ green 83 ◦ blue 204

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

Shades of Amethyst #9053CC

Tints of Amethyst #9053CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 33.41%
G = 19.26%
B = 47.33%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9053CC (or 0x9053CC) is known color: Amethyst. HEX triplet: 90, 53 and CC. RGB value is (144,83,204). Sum of RGB (Red+Green+Blue) = 144+83+204=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #9053CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CC is #6FAC33. Grayscale: #727272. Windows color (decimal): -7318580 or 13390736. OLE color: 13390736.

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

Color convert

RGB 144 83 204 -
CMYK 0.29 0.59 0 0.2
HSL 270.25º 0.54% 0.56% -
HSV(B) 270.25º 0.59% 0.8% -
XYZ 25.49 16.48 58.96 -
YUV 115.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 144 83 204 0.29 0.59 0 0.2 270.25 0.54 0.56
Hex 90 53 CC 1D 3B 0 14 10E 36 38
Octal 220 123 314 35 73 0 24 416 66 70
Binary 10010000 1010011 11001100 11101 111011 0 10100 100001110 110110 111000

Color Harmonies of #9053CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053CC

Black with #9053CC

Text Example


Text Example

White with #9053CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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