#9252DD

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

Shades of Amethyst #9252DD

Tints of Amethyst #9252DD

Color information

#9252DD (or 0x9252DD) is unknown color: approx Amethyst. HEX triplet: 92, 52 and DD. RGB value is (146,82,221). Sum of RGB (Red+Green+Blue) = 146+82+221=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #9252DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252DD is #6DAD22. Grayscale: #747474. Windows color (decimal): -7187747 or 14504594. OLE color: 14504594.

HSL color Cylindrical-coordinate representation of color #9252DD: hue angle of 267.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9252DD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14682221-
CMYK0.340.6300.13
HSL267.63º67.15%59.41%-
HSV(B)267.63º62.9%86.67%-
XYZ27.9217.3770.29-
YUV116.98186.7148.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=32.52%
G=18.26%
B=49.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146822210.340.6300.13267.6367.1559.41
Hex9252DD223F0D10c433b
Octal222122335427701541410373
Binary10010010101001011011101100010111111011011000011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9252DD; }

 p { color: rgb(146,82,221); }

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

<style>
 a { background-color: #9252DD; }

 a { background-color: rgb(146,82,221); }

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

<style>
 span { border-color: #9252DD; }

 span { border-color: rgb(146,82,221); }

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