#975190

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

Shades of Violet Blue #975190

Tints of Violet Blue #975190

Color information

#975190 (or 0x975190) is unknown color: approx Violet Blue. HEX triplet: 97, 51 and 90. RGB value is (151,81,144). Sum of RGB (Red+Green+Blue) = 151+81+144=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #975190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975190 is #68AE6F. Grayscale: #6C6C6C. Windows color (decimal): -6860400 or 9458071. OLE color: 9458071.

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

Color convert

RGB15181144-
CMYK00.460.050.41
HSL306º30.17%45.49%-
HSV(B)306º46.36%59.22%-
XYZ20.7414.4828.09-
YUV109.11147.69157.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=40.16%
G=21.54%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518114400.460.050.4130630.1745.49
Hex97519002E5291321e2d
Octal2271212200565514623655
Binary10010111101000110010000010111010110100110011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975190; }

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

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

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

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

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

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

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

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