#9750d4

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

Shades of Amethyst #9750D4

Tints of Amethyst #9750D4

Color information

#9750D4 (or 0x9750D4) is unknown color: approx Amethyst. HEX triplet: 97, 50 and D4. RGB value is (151,80,212). Sum of RGB (Red+Green+Blue) = 151+80+212=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #9750D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750D4 is #68AF2B. Grayscale: #737373. Windows color (decimal): -6860588 or 13914263. OLE color: 13914263.

HSL color Cylindrical-coordinate representation of color #9750D4: hue angle of 272.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9750D4 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15180212-
CMYK0.290.6200.17
HSL272.27º60.55%57.25%-
HSV(B)272.27º62.26%83.14%-
XYZ27.5117.0764.13-
YUV116.28182.02152.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=34.09%
G=18.06%
B=47.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151802120.290.6200.17272.2760.5557.25
Hex9750D41D3E0111103d39
Octal22712032435760214207571
Binary1001011110100001101010011101111110010001100010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9750d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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