#9255D1

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

Shades of Amethyst #9255D1

Tints of Amethyst #9255D1

Color information

#9255D1 (or 0x9255D1) is unknown color: approx Amethyst. HEX triplet: 92, 55 and D1. RGB value is (146,85,209). Sum of RGB (Red+Green+Blue) = 146+85+209=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #9255D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255D1 is #6DAA2E. Grayscale: #747474. Windows color (decimal): -7186991 or 13718930. OLE color: 13718930.

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

Color convert

RGB14685209-
CMYK0.300.5900.18
HSL269.52º57.41%57.65%-
HSV(B)269.52º59.33%81.96%-
XYZ26.6117.2162.24-
YUV117.38179.71148.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 209 (82.03% from 255) = 47.5%
R=33.18%
G=19.32%
B=47.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146852090.300.5900.18269.5257.4157.65
Hex9255D11E3B01210e393a
Octal22212532136730224167172
Binary1001001010101011101000111110111011010010100001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255D1; }

 p { color: rgb(146,85,209); }

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

<style>
 a { background-color: #9255D1; }

 a { background-color: rgb(146,85,209); }

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

<style>
 span { border-color: #9255D1; }

 span { border-color: rgb(146,85,209); }

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