#975095

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

Shades of Violet Blue #975095

Tints of Violet Blue #975095

Color information

#975095 (or 0x975095) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 95. RGB value is (151,80,149). Sum of RGB (Red+Green+Blue) = 151+80+149=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #975095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975095 is #68AF6A. Grayscale: #6C6C6C. Windows color (decimal): -6860651 or 9785495. OLE color: 9785495.

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

Color convert

RGB15180149-
CMYK00.470.010.41
HSL301.69º30.74%45.29%-
HSV(B)301.69º47.02%59.22%-
XYZ21.0614.4930.12-
YUV109.1150.52157.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=39.74%
G=21.05%
B=39.21%

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
Decimal1518014900.470.010.41301.6930.7445.29
Hex97509502F12912e1f2d
Octal2271202250571514563755
Binary100101111010000100101010101111110100110010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975095; }

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

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

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

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

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

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

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

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