#9452E3

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

Shades of Amethyst #9452E3

Tints of Amethyst #9452E3

Color information

#9452E3 (or 0x9452E3) is unknown color: approx Amethyst. HEX triplet: 94, 52 and E3. RGB value is (148,82,227). Sum of RGB (Red+Green+Blue) = 148+82+227=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #9452E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452E3 is #6BAD1C. Grayscale: #757575. Windows color (decimal): -7056669 or 14897812. OLE color: 14897812.

HSL color Cylindrical-coordinate representation of color #9452E3: hue angle of 267.31º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9452E3 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14882227-
CMYK0.350.6400.11
HSL267.31º72.14%60.59%-
HSV(B)267.31º63.88%89.02%-
XYZ29.117.8874.59-
YUV118.26189.37149.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 227 (89.06% from 255) = 49.67%
R=32.39%
G=17.94%
B=49.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148822270.350.6400.11267.3172.1460.59
Hex9452E323400B10b483d
Octal2241223434310001341311075
Binary100101001010010111000111000111000000010111000010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9452E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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