#976BCB

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

Shades of Amethyst #976BCB

Tints of Amethyst #976BCB

Color information

#976BCB (or 0x976BCB) is unknown color: approx Amethyst. HEX triplet: 97, 6B and CB. RGB value is (151,107,203). Sum of RGB (Red+Green+Blue) = 151+107+203=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #976BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BCB is #689434. Grayscale: #828282. Windows color (decimal): -6853685 or 13331351. OLE color: 13331351.

HSL color Cylindrical-coordinate representation of color #976BCB: hue angle of 267.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976BCB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151107203-
CMYK0.260.4700.20
HSL267.5º48%60.78%-
HSV(B)267.5º47.29%79.61%-
XYZ28.821.4159.11-
YUV131.1168.58142.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=32.75%
G=23.21%
B=44.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511072030.260.4700.20267.54860.78
Hex976BCB1A2F01410c303d
Octal22715331332570244146075
Binary1001011111010111100101111010101111010100100001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976BCB; }

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

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

<style>
 a { background-color: #976BCB; }

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

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

<style>
 span { border-color: #976BCB; }

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

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