#975AD5

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

Shades of Amethyst #975AD5

Tints of Amethyst #975AD5

Color information

#975AD5 (or 0x975AD5) is unknown color: approx Amethyst. HEX triplet: 97, 5A and D5. RGB value is (151,90,213). Sum of RGB (Red+Green+Blue) = 151+90+213=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #975AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AD5 is #68A52A. Grayscale: #797979. Windows color (decimal): -6858027 or 13982359. OLE color: 13982359.

HSL color Cylindrical-coordinate representation of color #975AD5: hue angle of 269.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975AD5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15190213-
CMYK0.290.5800.16
HSL269.76º59.42%59.41%-
HSV(B)269.76º57.75%83.53%-
XYZ28.4318.765.06-
YUV122.26179.21148.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=33.26%
G=19.82%
B=46.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151902130.290.5800.16269.7659.4259.41
Hex975AD51D3A01010e3b3b
Octal22713232535720204167373
Binary1001011110110101101010111101111010010000100001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,213); }

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

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

 a { background-color: rgb(151,90,213); }

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

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

 span { border-color: rgb(151,90,213); }

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