#9751DB

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

Shades of Amethyst #9751DB

Tints of Amethyst #9751DB

Color information

#9751DB (or 0x9751DB) is unknown color: approx Amethyst. HEX triplet: 97, 51 and DB. RGB value is (151,81,219). Sum of RGB (Red+Green+Blue) = 151+81+219=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9751DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9751DB is #68AE24. Grayscale: #757575. Windows color (decimal): -6860325 or 14373271. OLE color: 14373271.

HSL color Cylindrical-coordinate representation of color #9751DB: hue angle of 270.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9751DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15181219-
CMYK0.310.6300.14
HSL270.43º65.71%58.82%-
HSV(B)270.43º63.01%85.88%-
XYZ28.4917.5868.91-
YUV117.66185.19151.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 219 (85.94% from 255) = 48.56%
R=33.48%
G=17.96%
B=48.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151812190.310.6300.14270.4365.7158.82
Hex9751DB1F3F0E10e423b
Octal227121333377701641610273
Binary1001011110100011101101111111111111011101000011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9751DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9751DB; }

 p { color: rgb(151,81,219); }

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

<style>
 a { background-color: #9751DB; }

 a { background-color: rgb(151,81,219); }

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

<style>
 span { border-color: #9751DB; }

 span { border-color: rgb(151,81,219); }

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