#975090

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

Shades of Violet Blue #975090

Tints of Violet Blue #975090

Color information

#975090 (or 0x975090) is unknown color: approx Violet Blue. HEX triplet: 97, 50 and 90. RGB value is (151,80,144). Sum of RGB (Red+Green+Blue) = 151+80+144=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975090 is #68AF6F. Grayscale: #6C6C6C. Windows color (decimal): -6860656 or 9457815. OLE color: 9457815.

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

Color convert

RGB15180144-
CMYK00.470.050.41
HSL305.92º30.74%45.29%-
HSV(B)305.92º47.02%59.22%-
XYZ20.6714.3328.06-
YUV108.52148.02158.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=40.27%
G=21.33%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518014400.470.050.41305.9230.7445.29
Hex97509002F5291321f2d
Octal2271202200575514623755
Binary10010111101000010010000010111110110100110011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975090; }

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

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

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

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

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

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

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

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