#976E93

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

Shades of Violet Blue #976E93

Tints of Violet Blue #976E93

Color information

#976E93 (or 0x976E93) is unknown color: approx Violet Blue. HEX triplet: 97, 6E and 93. RGB value is (151,110,147). Sum of RGB (Red+Green+Blue) = 151+110+147=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 151 - color contains mainly: red. Hex color #976E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976E93 is #68916C. Grayscale: #7E7E7E. Windows color (decimal): -6852973 or 9662103. OLE color: 9662103.

HSL color Cylindrical-coordinate representation of color #976E93: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #976E93 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151110147-
CMYK00.270.030.41
HSL305.85º16.47%51.18%-
HSV(B)305.85º27.15%59.22%-
XYZ23.619.8430.19-
YUV126.48139.58145.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=37.01%
G=26.96%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111014700.270.030.41305.8516.4751.18
Hex976E9301B3291321033
Octal2271562230333514622063
Binary100101111101110100100110110111110100110011001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,147); }

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

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

 a { background-color: rgb(151,110,147); }

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

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

 span { border-color: rgb(151,110,147); }

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