Html Css Color HEX #9058CE Amethyst

📋 copy color: '#9058CE'

red 144 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #9058CE

Tints of Amethyst #9058CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 32.88%
G = 20.09%
B = 47.03%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9058CE (or 0x9058CE) is known color: Amethyst. HEX triplet: 90, 58 and CE. RGB value is (144,88,206). Sum of RGB (Red+Green+Blue) = 144+88+206=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9058CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058CE is #6FA731. Grayscale: #757575. Windows color (decimal): -7317298 or 13523088. OLE color: 13523088.

HSL color Cylindrical-coordinate representation of color #9058CE: hue angle of 268.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9058CE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 88 206 -
CMYK 0.30 0.57 0 0.19
HSL 268.47º 0.55% 0.58% -
HSV(B) 268.47º 0.57% 0.81% -
XYZ 26.13 17.36 60.37 -
YUV 118.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 144 88 206 0.30 0.57 0 0.19 268.47 0.55 0.58
Hex 90 58 CE 1E 39 0 13 10C 37 3A
Octal 220 130 316 36 71 0 23 414 67 72
Binary 10010000 1011000 11001110 11110 111001 0 10011 100001100 110111 111010

Color Harmonies of #9058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058CE

Black with #9058CE

Text Example


Text Example

White with #9058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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