Html Css Color HEX #9A58E5 Amethyst

📋 copy color: '#9A58E5'

red 154 ◦ green 88 ◦ blue 229

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

Shades of Amethyst #9A58E5

Tints of Amethyst #9A58E5

RGB

 RED value IS 154 (60.55% from 255) = 32.7%

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 32.7%
G = 18.68%
B = 48.62%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A58E5 (or 0x9A58E5) is known color: Amethyst. HEX triplet: 9A, 58 and E5. RGB value is (154,88,229). Sum of RGB (Red+Green+Blue) = 154+88+229=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A58E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58E5 is #65A71A. Grayscale: #7B7B7B. Windows color (decimal): -6661915 or 15030426. OLE color: 15030426.

HSL color Cylindrical-coordinate representation of color #9A58E5: hue angle of 268.09º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A58E5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 88 229 -
CMYK 0.33 0.62 0 0.10
HSL 268.09º 0.73% 0.62% -
HSV(B) 268.09º 0.62% 0.9% -
XYZ 30.96 19.51 76.26 -
YUV 123.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 154 88 229 0.33 0.62 0 0.10 268.09 0.73 0.62
Hex 9A 58 E5 21 3E 0 A 10C 49 3E
Octal 232 130 345 41 76 0 12 414 111 76
Binary 10011010 1011000 11100101 100001 111110 0 1010 100001100 1001001 111110

Color Harmonies of #9A58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A58E5

Black with #9A58E5

Text Example


Text Example

White with #9A58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A58E5; }

 p { color: rgb(154,88,229); }

 H1.HeaderClassName
 {
   color: #9A58E5;
 }
 .AnyTagClassName
 {
   color: #9A58E5;
 }
</style>

background-color css

<style>
 a { background-color: #9A58E5; }

 a { background-color: rgb(154,88,229); }

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

border-color css

<style>
 span { border-color: #9A58E5; }

 span { border-color: rgb(154,88,229); }

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