#975CDE

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

Shades of Amethyst #975CDE

Tints of Amethyst #975CDE

Color information

#975CDE (or 0x975CDE) is unknown color: approx Amethyst. HEX triplet: 97, 5C and DE. RGB value is (151,92,222). Sum of RGB (Red+Green+Blue) = 151+92+222=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #975CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CDE is #68A321. Grayscale: #7B7B7B. Windows color (decimal): -6857506 or 14572695. OLE color: 14572695.

HSL color Cylindrical-coordinate representation of color #975CDE: hue angle of 267.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975CDE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15192222-
CMYK0.320.5900.13
HSL267.23º66.33%61.57%-
HSV(B)267.23º58.56%87.06%-
XYZ29.7719.5171.3-
YUV124.46183.05146.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=32.47%
G=19.78%
B=47.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151922220.320.5900.13267.2366.3361.57
Hex975CDE203B0D10b423e
Octal227134336407301541310276
Binary10010111101110011011110100000111011011011000010111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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