#9758E0

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

Shades of Amethyst #9758E0

Tints of Amethyst #9758E0

Color information

#9758E0 (or 0x9758E0) is unknown color: approx Amethyst. HEX triplet: 97, 58 and E0. RGB value is (151,88,224). Sum of RGB (Red+Green+Blue) = 151+88+224=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #9758E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758E0 is #68A71F. Grayscale: #797979. Windows color (decimal): -6858528 or 14702743. OLE color: 14702743.

HSL color Cylindrical-coordinate representation of color #9758E0: hue angle of 267.79º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9758E0 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15188224-
CMYK0.330.6100.12
HSL267.79º68.69%61.18%-
HSV(B)267.79º60.71%87.84%-
XYZ29.7118.9472.61-
YUV122.34185.37148.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=32.61%
G=19.01%
B=48.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151882240.330.6100.12267.7968.6961.18
Hex9758E0213D0C10c453d
Octal227130340417501441410575
Binary10010111101100011100000100001111101011001000011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9758E0; }

 p { color: rgb(151,88,224); }

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

<style>
 a { background-color: #9758E0; }

 a { background-color: rgb(151,88,224); }

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

<style>
 span { border-color: #9758E0; }

 span { border-color: rgb(151,88,224); }

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