Html Css Color HEX #9058D8 Amethyst

📋 copy color: '#9058D8'

red 144 ◦ green 88 ◦ blue 216

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

Shades of Amethyst #9058D8

Tints of Amethyst #9058D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.21%

R = 32.14%
G = 19.64%
B = 48.21%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9058D8 (or 0x9058D8) is known color: Amethyst. HEX triplet: 90, 58 and D8. RGB value is (144,88,216). Sum of RGB (Red+Green+Blue) = 144+88+216=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #9058D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058D8 is #6FA727. Grayscale: #767676. Windows color (decimal): -7317288 or 14178448. OLE color: 14178448.

HSL color Cylindrical-coordinate representation of color #9058D8: hue angle of 266.25º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9058D8 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 88 216 -
CMYK 0.33 0.59 0 0.15
HSL 266.25º 0.62% 0.6% -
HSV(B) 266.25º 0.59% 0.85% -
XYZ 27.39 17.87 66.97 -
YUV 119.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 144 88 216 0.33 0.59 0 0.15 266.25 0.62 0.6
Hex 90 58 D8 21 3B 0 F 10A 3E 3C
Octal 220 130 330 41 73 0 17 412 76 74
Binary 10010000 1011000 11011000 100001 111011 0 1111 100001010 111110 111100

Color Harmonies of #9058D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058D8

Black with #9058D8

Text Example


Text Example

White with #9058D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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