#9750E0

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

Shades of Amethyst #9750E0

Tints of Amethyst #9750E0

Color information

#9750E0 (or 0x9750E0) is unknown color: approx Amethyst. HEX triplet: 97, 50 and E0. RGB value is (151,80,224). Sum of RGB (Red+Green+Blue) = 151+80+224=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #9750E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750E0 is #68AF1F. Grayscale: #757575. Windows color (decimal): -6860576 or 14700695. OLE color: 14700695.

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

Color convert

RGB15180224-
CMYK0.330.6400.12
HSL269.58º69.9%59.61%-
HSV(B)269.58º64.29%87.84%-
XYZ29.0917.772.4-
YUV117.64188.02151.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=33.19%
G=17.58%
B=49.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151802240.330.6400.12269.5869.959.61
Hex9750E021400C10e463c
Octal2271203404110001441610674
Binary100101111010000111000001000011000000011001000011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9750E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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