#9752dc

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

Shades of Amethyst #9752DC

Tints of Amethyst #9752DC

Color information

#9752DC (or 0x9752DC) is unknown color: approx Amethyst. HEX triplet: 97, 52 and DC. RGB value is (151,82,220). Sum of RGB (Red+Green+Blue) = 151+82+220=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9752DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752DC is #68AD23. Grayscale: #757575. Windows color (decimal): -6860068 or 14439063. OLE color: 14439063.

HSL color Cylindrical-coordinate representation of color #9752DC: hue angle of 270º 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 #9752DC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15182220-
CMYK0.310.6300.14
HSL270º66.35%59.22%-
HSV(B)270º62.73%86.27%-
XYZ28.717.7869.63-
YUV118.36185.36151.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=33.33%
G=18.10%
B=48.57%

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
Decimal151822200.310.6300.1427066.3559.22
Hex9752DC1F3F0E10e423b
Octal227122334377701641610273
Binary1001011110100101101110011111111111011101000011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9752dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9752dc; }

 p { color: rgb(151,82,220); }

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

<style>
 a { background-color: #9752dc; }

 a { background-color: rgb(151,82,220); }

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

<style>
 span { border-color: #9752dc; }

 span { border-color: rgb(151,82,220); }

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