#975FCD

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

Shades of Amethyst #975FCD

Tints of Amethyst #975FCD

Color information

#975FCD (or 0x975FCD) is unknown color: approx Amethyst. HEX triplet: 97, 5F and CD. RGB value is (151,95,205). Sum of RGB (Red+Green+Blue) = 151+95+205=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #975FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FCD is #68A032. Grayscale: #7B7B7B. Windows color (decimal): -6856755 or 13459351. OLE color: 13459351.

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

Color convert

RGB15195205-
CMYK0.260.5400.20
HSL270.55º52.38%58.82%-
HSV(B)270.55º53.66%80.39%-
XYZ27.8719.1759.99-
YUV124.28173.55147.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 95 (37.5% from 255) = 21.06%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=33.48%
G=21.06%
B=45.45%

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
Decimal151952050.260.5400.20270.5552.3858.82
Hex975FCD1A3601410f343b
Octal22713731532660244176473
Binary1001011110111111100110111010110110010100100001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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