Html Css Color HEX #9057CA Amethyst

📋 copy color: '#9057CA'

red 144 ◦ green 87 ◦ blue 202

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

Shades of Amethyst #9057CA

Tints of Amethyst #9057CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

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

R = 33.26%
G = 20.09%
B = 46.65%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9057CA (or 0x9057CA) is known color: Amethyst. HEX triplet: 90, 57 and CA. RGB value is (144,87,202). Sum of RGB (Red+Green+Blue) = 144+87+202=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9057CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057CA is #6FA835. Grayscale: #747474. Windows color (decimal): -7317558 or 13260688. OLE color: 13260688.

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

Color convert

RGB 144 87 202 -
CMYK 0.29 0.57 0 0.21
HSL 269.74º 0.52% 0.57% -
HSV(B) 269.74º 0.57% 0.79% -
XYZ 25.57 17.01 57.81 -
YUV 117.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 144 87 202 0.29 0.57 0 0.21 269.74 0.52 0.57
Hex 90 57 CA 1D 39 0 15 10E 34 39
Octal 220 127 312 35 71 0 25 416 64 71
Binary 10010000 1010111 11001010 11101 111001 0 10101 100001110 110100 111001

Color Harmonies of #9057CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057CA

Black with #9057CA

Text Example


Text Example

White with #9057CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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