#975A90

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

Shades of Violet Blue #975A90

Tints of Violet Blue #975A90

Color information

#975A90 (or 0x975A90) is unknown color: approx Violet Blue. HEX triplet: 97, 5A and 90. RGB value is (151,90,144). Sum of RGB (Red+Green+Blue) = 151+90+144=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #975A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A90 is #68A56F. Grayscale: #727272. Windows color (decimal): -6858096 or 9460375. OLE color: 9460375.

HSL color Cylindrical-coordinate representation of color #975A90: hue angle of 306.89º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A90 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15190144-
CMYK00.400.050.41
HSL306.89º25.31%47.25%-
HSV(B)306.89º40.4%59.22%-
XYZ21.4515.9128.32-
YUV114.4144.71154.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=39.22%
G=23.38%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519014400.400.050.41306.8925.3147.25
Hex975A90028529133192f
Octal2271322200505514633157
Binary10010111101101010010000010100010110100110011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A90; }

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

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

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

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

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

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

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

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