#9958E3

Color #9958E3 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9958E3

Tints of Amethyst #9958E3

Color information

#9958E3 (or 0x9958E3) is unknown color: approx Amethyst. HEX triplet: 99, 58 and E3. RGB value is (153,88,227). Sum of RGB (Red+Green+Blue) = 153+88+227=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #9958E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958E3 is #66A71C. Grayscale: #7A7A7A. Windows color (decimal): -6727453 or 14899353. OLE color: 14899353.

HSL color Cylindrical-coordinate representation of color #9958E3: hue angle of 268.06º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9958E3 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15388227-
CMYK0.330.6100.11
HSL268.06º71.28%61.76%-
HSV(B)268.06º61.23%89.02%-
XYZ30.4919.374.79-
YUV123.28186.53149.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 227 (89.06% from 255) = 48.50%
R=32.69%
G=18.80%
B=48.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal153882270.330.6100.11268.0671.2861.76
Hex9958E3213D0B10c473e
Octal231130343417501341410776
Binary10011001101100011100011100001111101010111000011001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9958E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9958E3; }

 p { color: rgb(153,88,227); }

 H1.HeaderClassName
 {
   color: #9958E3;
 }
 .AnyTagClassName
 {
   color: #9958E3;
 }
</style>
background-color css

<style>
 a { background-color: #9958E3; }

 a { background-color: rgb(153,88,227); }

 div.DivClassName
 {
   background-color: #9958E3;
 }
 .BgClassName
 {
   background-color: #9958E3;
 }
</style>
border-color css

<style>
 span { border-color: #9958E3; }

 span { border-color: rgb(153,88,227); }

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