#976093

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

Shades of Violet Blue #976093

Tints of Violet Blue #976093

Color information

#976093 (or 0x976093) is unknown color: approx Violet Blue. HEX triplet: 97, 60 and 93. RGB value is (151,96,147). Sum of RGB (Red+Green+Blue) = 151+96+147=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #976093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976093 is #689F6C. Grayscale: #767676. Windows color (decimal): -6856557 or 9658519. OLE color: 9658519.

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

Color convert

RGB15196147-
CMYK00.360.030.41
HSL304.36º22.27%48.43%-
HSV(B)304.36º36.42%59.22%-
XYZ22.2117.0529.72-
YUV118.26144.22151.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=38.32%
G=24.37%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519614700.360.030.41304.3622.2748.43
Hex9760930243291301630
Octal2271402230443514602660
Binary1001011111000001001001101001001110100110011000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976093; }

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

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

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

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

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

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

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

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