#975DCB

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

Shades of Amethyst #975DCB

Tints of Amethyst #975DCB

Color information

#975DCB (or 0x975DCB) is unknown color: approx Amethyst. HEX triplet: 97, 5D and CB. RGB value is (151,93,203). Sum of RGB (Red+Green+Blue) = 151+93+203=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #975DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DCB is #68A234. Grayscale: #7A7A7A. Windows color (decimal): -6857269 or 13327767. OLE color: 13327767.

HSL color Cylindrical-coordinate representation of color #975DCB: hue angle of 271.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975DCB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15193203-
CMYK0.260.5400.20
HSL271.64º51.4%58.04%-
HSV(B)271.64º54.19%79.61%-
XYZ27.4618.7258.67-
YUV122.88173.22148.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=33.78%
G=20.81%
B=45.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151932030.260.5400.20271.6451.458.04
Hex975DCB1A36014110333a
Octal22713531332660244206372
Binary1001011110111011100101111010110110010100100010000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975DCB; }

 p { color: rgb(151,93,203); }

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

<style>
 a { background-color: #975DCB; }

 a { background-color: rgb(151,93,203); }

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

<style>
 span { border-color: #975DCB; }

 span { border-color: rgb(151,93,203); }

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