#975590

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

Shades of Violet Blue #975590

Tints of Violet Blue #975590

Color information

#975590 (or 0x975590) is unknown color: approx Violet Blue. HEX triplet: 97, 55 and 90. RGB value is (151,85,144). Sum of RGB (Red+Green+Blue) = 151+85+144=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #975590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975590 is #68AA6F. Grayscale: #6F6F6F. Windows color (decimal): -6859376 or 9459095. OLE color: 9459095.

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

Color convert

RGB15185144-
CMYK00.440.050.41
HSL306.36º27.97%46.27%-
HSV(B)306.36º43.71%59.22%-
XYZ21.0515.0928.19-
YUV111.46146.37156.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=39.74%
G=22.37%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518514400.440.050.41306.3627.9746.27
Hex97559002C5291321c2e
Octal2271252200545514623456
Binary10010111101010110010000010110010110100110011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975590; }

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

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

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

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

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

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

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

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