#9452CF

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

Shades of Amethyst #9452CF

Tints of Amethyst #9452CF

Color information

#9452CF (or 0x9452CF) is unknown color: approx Amethyst. HEX triplet: 94, 52 and CF. RGB value is (148,82,207). Sum of RGB (Red+Green+Blue) = 148+82+207=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9452CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9452CF is #6BAD30. Grayscale: #737373. Windows color (decimal): -7056689 or 13587092. OLE color: 13587092.

HSL color Cylindrical-coordinate representation of color #9452CF: hue angle of 271.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9452CF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14882207-
CMYK0.290.6000.19
HSL271.68º56.56%56.67%-
HSV(B)271.68º60.39%81.18%-
XYZ26.4916.8460.88-
YUV115.98179.37150.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=33.87%
G=18.76%
B=47.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148822070.290.6000.19271.6856.5656.67
Hex9452CF1D3C0131103939
Octal22412231735740234207171
Binary1001010010100101100111111101111100010011100010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9452CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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