#9755D1

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

Shades of Amethyst #9755D1

Tints of Amethyst #9755D1

Color information

#9755D1 (or 0x9755D1) is unknown color: approx Amethyst. HEX triplet: 97, 55 and D1. RGB value is (151,85,209). Sum of RGB (Red+Green+Blue) = 151+85+209=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #9755D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9755D1 is #68AA2E. Grayscale: #767676. Windows color (decimal): -6859311 or 13718935. OLE color: 13718935.

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

Color convert

RGB15185209-
CMYK0.280.5900.18
HSL271.94º57.41%57.65%-
HSV(B)271.94º59.33%81.96%-
XYZ27.5217.6862.28-
YUV118.87178.87150.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=33.93%
G=19.10%
B=46.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151852090.280.5900.18271.9457.4157.65
Hex9755D11C3B012110393a
Octal22712532134730224207172
Binary1001011110101011101000111100111011010010100010000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9755D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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