#975296

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

Shades of Violet Blue #975296

Tints of Violet Blue #975296

Color information

#975296 (or 0x975296) is unknown color: approx Violet Blue. HEX triplet: 97, 52 and 96. RGB value is (151,82,150). Sum of RGB (Red+Green+Blue) = 151+82+150=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #975296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975296 is #68AD69. Grayscale: #6E6E6E. Windows color (decimal): -6860138 or 9851543. OLE color: 9851543.

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

Color convert

RGB15182150-
CMYK00.460.010.41
HSL300.87º29.61%45.69%-
HSV(B)300.87º45.7%59.22%-
XYZ21.2814.8230.59-
YUV110.38150.36156.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=39.43%
G=21.41%
B=39.16%

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
Decimal1518215000.460.010.41300.8729.6145.69
Hex97529602E12912d1e2e
Octal2271222260561514553656
Binary100101111010010100101100101110110100110010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975296; }

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

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

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

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

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

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

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

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