#975ECB

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

Shades of Amethyst #975ECB

Tints of Amethyst #975ECB

Color information

#975ECB (or 0x975ECB) is unknown color: approx Amethyst. HEX triplet: 97, 5E and CB. RGB value is (151,94,203). Sum of RGB (Red+Green+Blue) = 151+94+203=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #975ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ECB is #68A134. Grayscale: #7B7B7B. Windows color (decimal): -6857013 or 13328023. OLE color: 13328023.

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

Color convert

RGB15194203-
CMYK0.260.5400.20
HSL271.38º51.17%58.24%-
HSV(B)271.38º53.69%79.61%-
XYZ27.5418.958.7-
YUV123.47172.88147.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=33.71%
G=20.98%
B=45.31%

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
Decimal151942030.260.5400.20271.3851.1758.24
Hex975ECB1A3601410f333a
Octal22713631332660244176372
Binary1001011110111101100101111010110110010100100001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,94,203); }

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

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

 a { background-color: rgb(151,94,203); }

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

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

 span { border-color: rgb(151,94,203); }

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