#9652DC

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

Shades of Amethyst #9652DC

Tints of Amethyst #9652DC

Color information

#9652DC (or 0x9652DC) is unknown color: approx Amethyst. HEX triplet: 96, 52 and DC. RGB value is (150,82,220). Sum of RGB (Red+Green+Blue) = 150+82+220=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9652DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DC is #69AD23. Grayscale: #757575. Windows color (decimal): -6925604 or 14439062. OLE color: 14439062.

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

Color convert

RGB15082220-
CMYK0.320.6300.14
HSL269.57º66.35%59.22%-
HSV(B)269.57º62.73%86.27%-
XYZ28.5117.6969.62-
YUV118.06185.53150.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=33.19%
G=18.14%
B=48.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150822200.320.6300.14269.5766.3559.22
Hex9652DC203F0E10e423b
Octal226122334407701641610273
Binary10010110101001011011100100000111111011101000011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9652DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9652DC; }

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

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

<style>
 a { background-color: #9652DC; }

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

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

<style>
 span { border-color: #9652DC; }

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

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