Html Css Color HEX #9A58DE Amethyst

📋 copy color: '#9A58DE'

red 154 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #9A58DE

Tints of Amethyst #9A58DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 33.19%
G = 18.97%
B = 47.84%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A58DE (or 0x9A58DE) is known color: Amethyst. HEX triplet: 9A, 58 and DE. RGB value is (154,88,222). Sum of RGB (Red+Green+Blue) = 154+88+222=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A58DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58DE is #65A721. Grayscale: #7A7A7A. Windows color (decimal): -6661922 or 14571674. OLE color: 14571674.

HSL color Cylindrical-coordinate representation of color #9A58DE: hue angle of 269.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A58DE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 88 222 -
CMYK 0.31 0.60 0 0.13
HSL 269.55º 0.67% 0.61% -
HSV(B) 269.55º 0.6% 0.87% -
XYZ 30 19.12 71.22 -
YUV 123.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 154 88 222 0.31 0.60 0 0.13 269.55 0.67 0.61
Hex 9A 58 DE 1F 3C 0 D 10E 43 3D
Octal 232 130 336 37 74 0 15 416 103 75
Binary 10011010 1011000 11011110 11111 111100 0 1101 100001110 1000011 111101

Color Harmonies of #9A58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A58DE

Black with #9A58DE

Text Example


Text Example

White with #9A58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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