#9455CD

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

Shades of Amethyst #9455CD

Tints of Amethyst #9455CD

Color information

#9455CD (or 0x9455CD) is unknown color: approx Amethyst. HEX triplet: 94, 55 and CD. RGB value is (148,85,205). Sum of RGB (Red+Green+Blue) = 148+85+205=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9455CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455CD is #6BAA32. Grayscale: #757575. Windows color (decimal): -7055923 or 13456788. OLE color: 13456788.

HSL color Cylindrical-coordinate representation of color #9455CD: hue angle of 271.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9455CD is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14885205-
CMYK0.280.5900.20
HSL271.5º54.55%56.86%-
HSV(B)271.5º58.54%80.39%-
XYZ26.4817.259.68-
YUV117.52177.37149.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=33.79%
G=19.41%
B=46.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148852050.280.5900.20271.554.5556.86
Hex9455CD1C3B0141103739
Octal22412531534730244206771
Binary1001010010101011100110111100111011010100100010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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