#976393

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

Shades of Violet Blue #976393

Tints of Violet Blue #976393

Color information

#976393 (or 0x976393) is unknown color: approx Violet Blue. HEX triplet: 97, 63 and 93. RGB value is (151,99,147). Sum of RGB (Red+Green+Blue) = 151+99+147=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976393 is #689C6C. Grayscale: #777777. Windows color (decimal): -6855789 or 9659287. OLE color: 9659287.

HSL color Cylindrical-coordinate representation of color #976393: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976393 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15199147-
CMYK00.340.030.41
HSL304.62º20.8%49.02%-
HSV(B)304.62º34.44%59.22%-
XYZ22.4917.6129.82-
YUV120.02143.23150.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=38.04%
G=24.94%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519914700.340.030.41304.6220.849.02
Hex9763930223291311531
Octal2271432230423514612561
Binary1001011111000111001001101000101110100110011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976393; }

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

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

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

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

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

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

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

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