#9754CD

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

Shades of Amethyst #9754CD

Tints of Amethyst #9754CD

Color information

#9754CD (or 0x9754CD) is unknown color: approx Amethyst. HEX triplet: 97, 54 and CD. RGB value is (151,84,205). Sum of RGB (Red+Green+Blue) = 151+84+205=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9754CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754CD is #68AB32. Grayscale: #757575. Windows color (decimal): -6859571 or 13456535. OLE color: 13456535.

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

Color convert

RGB15184205-
CMYK0.260.5900.20
HSL273.22º54.75%56.67%-
HSV(B)273.22º59.02%80.39%-
XYZ26.9517.3359.68-
YUV117.83177.2151.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=34.32%
G=19.09%
B=46.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151842050.260.5900.20273.2254.7556.67
Hex9754CD1A3B0141113739
Octal22712431532730244216771
Binary1001011110101001100110111010111011010100100010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9754CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,84,205); }

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

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

 a { background-color: rgb(151,84,205); }

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

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

 span { border-color: rgb(151,84,205); }

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