#9355CD

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

Shades of Amethyst #9355CD

Tints of Amethyst #9355CD

Color information

#9355CD (or 0x9355CD) is unknown color: approx Amethyst. HEX triplet: 93, 55 and CD. RGB value is (147,85,205). Sum of RGB (Red+Green+Blue) = 147+85+205=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9355CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CD is #6CAA32. Grayscale: #747474. Windows color (decimal): -7121459 or 13456787. OLE color: 13456787.

HSL color Cylindrical-coordinate representation of color #9355CD: hue angle of 271º 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 #9355CD is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14785205-
CMYK0.280.5900.20
HSL271º54.55%56.86%-
HSV(B)271º58.54%80.39%-
XYZ26.317.1159.67-
YUV117.22177.54149.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=33.64%
G=19.45%
B=46.91%

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
Decimal147852050.280.5900.2027154.5556.86
Hex9355CD1C3B01410f3739
Octal22312531534730244176771
Binary1001001110101011100110111100111011010100100001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9355CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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