Html Css Color HEX #9A58CD Amethyst

📋 copy color: '#9A58CD'

red 154 ◦ green 88 ◦ blue 205

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

Shades of Amethyst #9A58CD

Tints of Amethyst #9A58CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 34.45%
G = 19.69%
B = 45.86%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A58CD (or 0x9A58CD) is known color: Amethyst. HEX triplet: 9A, 58 and CD. RGB value is (154,88,205). Sum of RGB (Red+Green+Blue) = 154+88+205=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A58CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58CD is #65A732. Grayscale: #787878. Windows color (decimal): -6661939 or 13457562. OLE color: 13457562.

HSL color Cylindrical-coordinate representation of color #9A58CD: hue angle of 273.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A58CD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 88 205 -
CMYK 0.25 0.57 0 0.20
HSL 273.85º 0.54% 0.57% -
HSV(B) 273.85º 0.57% 0.8% -
XYZ 27.84 18.26 59.81 -
YUV 121.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 154 88 205 0.25 0.57 0 0.20 273.85 0.54 0.57
Hex 9A 58 CD 19 39 0 14 112 36 39
Octal 232 130 315 31 71 0 24 422 66 71
Binary 10011010 1011000 11001101 11001 111001 0 10100 100010010 110110 111001

Color Harmonies of #9A58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A58CD

Black with #9A58CD

Text Example


Text Example

White with #9A58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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