#9652D9

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

Shades of Amethyst #9652D9

Tints of Amethyst #9652D9

Color information

#9652D9 (or 0x9652D9) is unknown color: approx Amethyst. HEX triplet: 96, 52 and D9. RGB value is (150,82,217). Sum of RGB (Red+Green+Blue) = 150+82+217=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #9652D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652D9 is #69AD26. Grayscale: #757575. Windows color (decimal): -6925607 or 14242454. OLE color: 14242454.

HSL color Cylindrical-coordinate representation of color #9652D9: hue angle of 270.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9652D9 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15082217-
CMYK0.310.6200.15
HSL270.22º63.98%58.63%-
HSV(B)270.22º62.21%85.1%-
XYZ28.1217.5367.55-
YUV117.72184.03151.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=33.41%
G=18.26%
B=48.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150822170.310.6200.15270.2263.9858.63
Hex9652D91F3E0F10e403b
Octal226122331377601741610073
Binary1001011010100101101100111111111110011111000011101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9652D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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