#9455D1

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

Shades of Amethyst #9455D1

Tints of Amethyst #9455D1

Color information

#9455D1 (or 0x9455D1) is unknown color: approx Amethyst. HEX triplet: 94, 55 and D1. RGB value is (148,85,209). Sum of RGB (Red+Green+Blue) = 148+85+209=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #9455D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455D1 is #6BAA2E. Grayscale: #757575. Windows color (decimal): -7055919 or 13718932. OLE color: 13718932.

HSL color Cylindrical-coordinate representation of color #9455D1: hue angle of 270.48º 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 #9455D1 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14885209-
CMYK0.290.5900.18
HSL270.48º57.41%57.65%-
HSV(B)270.48º59.33%81.96%-
XYZ26.9717.462.26-
YUV117.97179.37149.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=33.48%
G=19.23%
B=47.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148852090.290.5900.18270.4857.4157.65
Hex9455D11D3B01210e393a
Octal22412532135730224167172
Binary1001010010101011101000111101111011010010100001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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