#975FD5

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

Shades of Amethyst #975FD5

Tints of Amethyst #975FD5

Color information

#975FD5 (or 0x975FD5) is unknown color: approx Amethyst. HEX triplet: 97, 5F and D5. RGB value is (151,95,213). Sum of RGB (Red+Green+Blue) = 151+95+213=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #975FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FD5 is #68A02A. Grayscale: #7C7C7C. Windows color (decimal): -6856747 or 13983639. OLE color: 13983639.

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

Color convert

RGB15195213-
CMYK0.290.5500.16
HSL268.47º58.42%60.39%-
HSV(B)268.47º55.4%83.53%-
XYZ28.8619.5765.21-
YUV125.2177.55146.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 213 (83.59% from 255) = 46.41%
R=32.90%
G=20.70%
B=46.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151952130.290.5500.16268.4758.4260.39
Hex975FD51D3701010c3a3c
Octal22713732535670204147274
Binary1001011110111111101010111101110111010000100001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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