Html Css Color HEX #9058CA Amethyst

📋 copy color: '#9058CA'

red 144 ◦ green 88 ◦ blue 202

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

Shades of Amethyst #9058CA

Tints of Amethyst #9058CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

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

R = 33.18%
G = 20.28%
B = 46.54%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9058CA (or 0x9058CA) is known color: Amethyst. HEX triplet: 90, 58 and CA. RGB value is (144,88,202). Sum of RGB (Red+Green+Blue) = 144+88+202=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9058CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058CA is #6FA735. Grayscale: #757575. Windows color (decimal): -7317302 or 13260944. OLE color: 13260944.

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

Color convert

RGB 144 88 202 -
CMYK 0.29 0.56 0 0.21
HSL 269.47º 0.52% 0.57% -
HSV(B) 269.47º 0.56% 0.79% -
XYZ 25.65 17.17 57.84 -
YUV 117.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 144 88 202 0.29 0.56 0 0.21 269.47 0.52 0.57
Hex 90 58 CA 1D 38 0 15 10D 34 39
Octal 220 130 312 35 70 0 25 415 64 71
Binary 10010000 1011000 11001010 11101 111000 0 10101 100001101 110100 111001

Color Harmonies of #9058CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058CA

Black with #9058CA

Text Example


Text Example

White with #9058CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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