#975690

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

Shades of Violet Blue #975690

Tints of Violet Blue #975690

Color information

#975690 (or 0x975690) is unknown color: approx Violet Blue. HEX triplet: 97, 56 and 90. RGB value is (151,86,144). Sum of RGB (Red+Green+Blue) = 151+86+144=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #975690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975690 is #68A96F. Grayscale: #6F6F6F. Windows color (decimal): -6859120 or 9459351. OLE color: 9459351.

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

Color convert

RGB15186144-
CMYK00.430.050.41
HSL306.46º27.43%46.47%-
HSV(B)306.46º43.05%59.22%-
XYZ21.1215.2528.22-
YUV112.05146.03155.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=39.63%
G=22.57%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518614400.430.050.41306.4627.4346.47
Hex97569002B5291321b2e
Octal2271262200535514623356
Binary10010111101011010010000010101110110100110011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975690; }

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

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

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

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

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

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

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

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