Html Css Color HEX #9058DC Amethyst

📋 copy color: '#9058DC'

red 144 ◦ green 88 ◦ blue 220

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

Shades of Amethyst #9058DC

Tints of Amethyst #9058DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 31.86%
G = 19.47%
B = 48.67%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9058DC (or 0x9058DC) is known color: Amethyst. HEX triplet: 90, 58 and DC. RGB value is (144,88,220). Sum of RGB (Red+Green+Blue) = 144+88+220=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9058DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058DC is #6FA723. Grayscale: #777777. Windows color (decimal): -7317284 or 14440592. OLE color: 14440592.

HSL color Cylindrical-coordinate representation of color #9058DC: hue angle of 265.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9058DC is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 88 220 -
CMYK 0.35 0.6 0 0.14
HSL 265.45º 0.65% 0.6% -
HSV(B) 265.45º 0.6% 0.86% -
XYZ 27.91 18.08 69.73 -
YUV 119.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 144 88 220 0.35 0.6 0 0.14 265.45 0.65 0.6
Hex 90 58 DC 23 3C 0 E 109 41 3C
Octal 220 130 334 43 74 0 16 411 101 74
Binary 10010000 1011000 11011100 100011 111100 0 1110 100001001 1000001 111100

Color Harmonies of #9058DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058DC

Black with #9058DC

Text Example


Text Example

White with #9058DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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