#975390

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

Shades of Violet Blue #975390

Tints of Violet Blue #975390

Color information

#975390 (or 0x975390) is unknown color: approx Violet Blue. HEX triplet: 97, 53 and 90. RGB value is (151,83,144). Sum of RGB (Red+Green+Blue) = 151+83+144=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #975390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975390 is #68AC6F. Grayscale: #6E6E6E. Windows color (decimal): -6859888 or 9458583. OLE color: 9458583.

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

Color convert

RGB15183144-
CMYK00.450.050.41
HSL306.18º29.06%45.88%-
HSV(B)306.18º45.03%59.22%-
XYZ20.8914.7828.14-
YUV110.29147.03157.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=39.95%
G=21.96%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518314400.450.050.41306.1829.0645.88
Hex97539002D5291321d2e
Octal2271232200555514623556
Binary10010111101001110010000010110110110100110011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975390; }

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

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

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

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

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

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

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

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