#975096

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

Shades of Violet Blue #975096

Tints of Violet Blue #975096

Color information

#975096 (or 0x975096) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 96. RGB value is (151,80,150). Sum of RGB (Red+Green+Blue) = 151+80+150=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #975096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975096 is #68AF69. Grayscale: #6D6D6D. Windows color (decimal): -6860650 or 9851031. OLE color: 9851031.

HSL color Cylindrical-coordinate representation of color #975096: hue angle of 300.85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975096 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15180150-
CMYK00.470.010.41
HSL300.85º30.74%45.29%-
HSV(B)300.85º47.02%59.22%-
XYZ21.1414.5230.54-
YUV109.21151.02157.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=39.63%
G=21.00%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518015000.470.010.41300.8530.7445.29
Hex97509602F12912d1f2d
Octal2271202260571514553755
Binary100101111010000100101100101111110100110010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975096; }

 p { color: rgb(151,80,150); }

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

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

 a { background-color: rgb(151,80,150); }

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

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

 span { border-color: rgb(151,80,150); }

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