#975290

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

Shades of Violet Blue #975290

Tints of Violet Blue #975290

Color information

#975290 (or 0x975290) is unknown color: approx Violet Blue. HEX triplet: 97, 52 and 90. RGB value is (151,82,144). Sum of RGB (Red+Green+Blue) = 151+82+144=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #975290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975290 is #68AD6F. Grayscale: #6D6D6D. Windows color (decimal): -6860144 or 9458327. OLE color: 9458327.

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

Color convert

RGB15182144-
CMYK00.460.050.41
HSL306.09º29.61%45.69%-
HSV(B)306.09º45.7%59.22%-
XYZ20.8114.6328.11-
YUV109.7147.36157.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=40.05%
G=21.75%
B=38.20%

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
Decimal1518214400.460.050.41306.0929.6145.69
Hex97529002E5291321e2e
Octal2271222200565514623656
Binary10010111101001010010000010111010110100110011001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975290; }

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

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

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

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

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

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

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

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