#975196

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

Shades of Violet Blue #975196

Tints of Violet Blue #975196

Color information

#975196 (or 0x975196) is unknown color: approx Violet Blue. HEX triplet: 97, 51 and 96. RGB value is (151,81,150). Sum of RGB (Red+Green+Blue) = 151+81+150=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #975196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975196 is #68AE69. Grayscale: #6D6D6D. Windows color (decimal): -6860394 or 9851287. OLE color: 9851287.

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

Color convert

RGB15181150-
CMYK00.460.010.41
HSL300.86º30.17%45.49%-
HSV(B)300.86º46.36%59.22%-
XYZ21.2114.6730.57-
YUV109.8150.69157.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=39.53%
G=21.20%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518115000.460.010.41300.8630.1745.49
Hex97519602E12912d1e2d
Octal2271212260561514553655
Binary100101111010001100101100101110110100110010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975196; }

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

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

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

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

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

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

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

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