#9250D4

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

Shades of Amethyst #9250D4

Tints of Amethyst #9250D4

Color information

#9250D4 (or 0x9250D4) is unknown color: approx Amethyst. HEX triplet: 92, 50 and D4. RGB value is (146,80,212). Sum of RGB (Red+Green+Blue) = 146+80+212=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #9250D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250D4 is #6DAF2B. Grayscale: #727272. Windows color (decimal): -7188268 or 13914258. OLE color: 13914258.

HSL color Cylindrical-coordinate representation of color #9250D4: hue angle of 270º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9250D4 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14680212-
CMYK0.310.6200.17
HSL270º60.55%57.25%-
HSV(B)270º62.26%83.14%-
XYZ26.6116.664.09-
YUV114.78182.87150.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 212 (83.20% from 255) = 48.40%
R=33.33%
G=18.26%
B=48.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146802120.310.6200.1727060.5557.25
Hex9250D41F3E01110e3d39
Octal22212032437760214167571
Binary1001001010100001101010011111111110010001100001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9250D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9250D4; }

 p { color: rgb(146,80,212); }

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

<style>
 a { background-color: #9250D4; }

 a { background-color: rgb(146,80,212); }

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

<style>
 span { border-color: #9250D4; }

 span { border-color: rgb(146,80,212); }

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