#975CCE

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

Shades of Amethyst #975CCE

Tints of Amethyst #975CCE

Color information

#975CCE (or 0x975CCE) is unknown color: approx Amethyst. HEX triplet: 97, 5C and CE. RGB value is (151,92,206). Sum of RGB (Red+Green+Blue) = 151+92+206=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #975CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CCE is #68A331. Grayscale: #7A7A7A. Windows color (decimal): -6857522 or 13524119. OLE color: 13524119.

HSL color Cylindrical-coordinate representation of color #975CCE: hue angle of 271.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #975CCE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15192206-
CMYK0.270.5500.19
HSL271.05º53.77%58.43%-
HSV(B)271.05º55.34%80.78%-
XYZ27.7318.6960.54-
YUV122.64175.05148.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=33.63%
G=20.49%
B=45.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151922060.270.5500.19271.0553.7758.43
Hex975CCE1B3701310f363a
Octal22713431633670234176672
Binary1001011110111001100111011011110111010011100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,92,206); }

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

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

 a { background-color: rgb(151,92,206); }

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

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

 span { border-color: rgb(151,92,206); }

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