#9253d0

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

Shades of Amethyst #9253D0

Tints of Amethyst #9253D0

Color information

#9253D0 (or 0x9253D0) is unknown color: approx Amethyst. HEX triplet: 92, 53 and D0. RGB value is (146,83,208). Sum of RGB (Red+Green+Blue) = 146+83+208=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #9253D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253D0 is #6DAC2F. Grayscale: #737373. Windows color (decimal): -7187504 or 13652882. OLE color: 13652882.

HSL color Cylindrical-coordinate representation of color #9253D0: hue angle of 270.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9253D0 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14683208-
CMYK0.300.6000.18
HSL270.24º57.08%57.06%-
HSV(B)270.24º60.1%81.57%-
XYZ26.3316.8561.54-
YUV116.09179.87149.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=33.41%
G=18.99%
B=47.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146832080.300.6000.18270.2457.0857.06
Hex9253D01E3C01210e3939
Octal22212332036740224167171
Binary1001001010100111101000011110111100010010100001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9253d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9253d0; }

 p { color: rgb(146,83,208); }

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

<style>
 a { background-color: #9253d0; }

 a { background-color: rgb(146,83,208); }

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

<style>
 span { border-color: #9253d0; }

 span { border-color: rgb(146,83,208); }

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