#9452DD

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

Shades of Amethyst #9452DD

Tints of Amethyst #9452DD

Color information

#9452DD (or 0x9452DD) is unknown color: approx Amethyst. HEX triplet: 94, 52 and DD. RGB value is (148,82,221). Sum of RGB (Red+Green+Blue) = 148+82+221=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #9452DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452DD is #6BAD22. Grayscale: #757575. Windows color (decimal): -7056675 or 14504596. OLE color: 14504596.

HSL color Cylindrical-coordinate representation of color #9452DD: hue angle of 268.49º 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 #9452DD is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14882221-
CMYK0.330.6300.13
HSL268.49º67.15%59.41%-
HSV(B)268.49º62.9%86.67%-
XYZ28.2817.5570.3-
YUV117.58186.37149.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=32.82%
G=18.18%
B=49.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148822210.330.6300.13268.4967.1559.41
Hex9452DD213F0D10c433b
Octal224122335417701541410373
Binary10010100101001011011101100001111111011011000011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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