#976390

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

Shades of Violet Blue #976390

Tints of Violet Blue #976390

Color information

#976390 (or 0x976390) is unknown color: approx Violet Blue. HEX triplet: 97, 63 and 90. RGB value is (151,99,144). Sum of RGB (Red+Green+Blue) = 151+99+144=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #976390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976390 is #689C6F. Grayscale: #777777. Windows color (decimal): -6855792 or 9462679. OLE color: 9462679.

HSL color Cylindrical-coordinate representation of color #976390: hue angle of 308.08º 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 #976390 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15199144-
CMYK00.340.050.41
HSL308.08º20.8%49.02%-
HSV(B)308.08º34.44%59.22%-
XYZ22.2617.5228.59-
YUV119.68141.73150.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=38.32%
G=25.13%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519914400.340.050.41308.0820.849.02
Hex9763900225291341531
Octal2271432200425514642561
Binary10010111110001110010000010001010110100110011010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976390; }

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

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

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

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

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

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

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

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