#975389

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

Shades of Violet Blue #975389

Tints of Violet Blue #975389

Color information

#975389 (or 0x975389) is unknown color: approx Violet Blue. HEX triplet: 97, 53 and 89. RGB value is (151,83,137). Sum of RGB (Red+Green+Blue) = 151+83+137=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975389 is #68AC76. Grayscale: #6D6D6D. Windows color (decimal): -6859895 or 8999831. OLE color: 8999831.

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

Color convert

RGB15183137-
CMYK00.450.090.41
HSL312.35º29.06%45.88%-
HSV(B)312.35º45.03%59.22%-
XYZ20.3714.5725.41-
YUV109.49143.53157.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=40.70%
G=22.37%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518313700.450.090.41312.3529.0645.88
Hex97538902D9291381d2e
Octal22712321105511514703556
Binary100101111010011100010010101101100110100110011100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975389; }

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

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

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

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

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

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

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

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