#9455CB

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

Shades of Amethyst #9455CB

Tints of Amethyst #9455CB

Color information

#9455CB (or 0x9455CB) is unknown color: approx Amethyst. HEX triplet: 94, 55 and CB. RGB value is (148,85,203). Sum of RGB (Red+Green+Blue) = 148+85+203=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9455CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455CB is #6BAA34. Grayscale: #747474. Windows color (decimal): -7055925 or 13325716. OLE color: 13325716.

HSL color Cylindrical-coordinate representation of color #9455CB: hue angle of 272.03º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9455CB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14885203-
CMYK0.270.5800.20
HSL272.03º53.15%56.47%-
HSV(B)272.03º58.13%79.61%-
XYZ26.2417.158.42-
YUV117.29176.37149.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=33.94%
G=19.50%
B=46.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148852030.270.5800.20272.0353.1556.47
Hex9455CB1B3A0141103538
Octal22412531333720244206570
Binary1001010010101011100101111011111010010100100010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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