Html Css Color HEX #9053CF Amethyst

📋 copy color: '#9053CF'

red 144 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #9053CF

Tints of Amethyst #9053CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 33.18%
G = 19.12%
B = 47.7%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9053CF (or 0x9053CF) is known color: Amethyst. HEX triplet: 90, 53 and CF. RGB value is (144,83,207). Sum of RGB (Red+Green+Blue) = 144+83+207=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #9053CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053CF is #6FAC30. Grayscale: #727272. Windows color (decimal): -7318577 or 13587344. OLE color: 13587344.

HSL color Cylindrical-coordinate representation of color #9053CF: hue angle of 269.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9053CF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 83 207 -
CMYK 0.30 0.60 0 0.19
HSL 269.52º 0.56% 0.57% -
HSV(B) 269.52º 0.6% 0.81% -
XYZ 25.86 16.62 60.88 -
YUV 115.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 144 83 207 0.30 0.60 0 0.19 269.52 0.56 0.57
Hex 90 53 CF 1E 3C 0 13 10E 38 39
Octal 220 123 317 36 74 0 23 416 70 71
Binary 10010000 1010011 11001111 11110 111100 0 10011 100001110 111000 111001

Color Harmonies of #9053CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053CF

Black with #9053CF

Text Example


Text Example

White with #9053CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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