#9052CB

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

Shades of Amethyst #9052CB

Tints of Amethyst #9052CB

Color information

#9052CB (or 0x9052CB) is unknown color: approx Amethyst. HEX triplet: 90, 52 and CB. RGB value is (144,82,203). Sum of RGB (Red+Green+Blue) = 144+82+203=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #9052CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052CB is #6FAD34. Grayscale: #717171. Windows color (decimal): -7318837 or 13324944. OLE color: 13324944.

HSL color Cylindrical-coordinate representation of color #9052CB: hue angle of 270.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9052CB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14482203-
CMYK0.290.6000.20
HSL270.74º53.78%55.88%-
HSV(B)270.74º59.61%79.61%-
XYZ25.316.2858.31-
YUV114.33178.04149.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=33.57%
G=19.11%
B=47.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144822030.290.6000.20270.7453.7855.88
Hex9052CB1D3C01410f3638
Octal22012231335740244176670
Binary1001000010100101100101111101111100010100100001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9052CB; }

 p { color: rgb(144,82,203); }

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

<style>
 a { background-color: #9052CB; }

 a { background-color: rgb(144,82,203); }

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

<style>
 span { border-color: #9052CB; }

 span { border-color: rgb(144,82,203); }

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