#975DC8

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

Shades of Amethyst #975DC8

Tints of Amethyst #975DC8

Color information

#975DC8 (or 0x975DC8) is unknown color: approx Amethyst. HEX triplet: 97, 5D and C8. RGB value is (151,93,200). Sum of RGB (Red+Green+Blue) = 151+93+200=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #975DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DC8 is #68A237. Grayscale: #7A7A7A. Windows color (decimal): -6857272 or 13131159. OLE color: 13131159.

HSL color Cylindrical-coordinate representation of color #975DC8: hue angle of 272.52º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975DC8 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15193200-
CMYK0.240.5400.22
HSL272.52º49.31%57.45%-
HSV(B)272.52º53.5%78.43%-
XYZ27.118.5856.8-
YUV122.54171.72148.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=34.01%
G=20.95%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151932000.240.5400.22272.5249.3157.45
Hex975DC818360161113139
Octal22713531030660264216171
Binary1001011110111011100100011000110110010110100010001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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