#975F9C

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

Shades of Violet Blue #975F9C

Tints of Violet Blue #975F9C

Color information

#975F9C (or 0x975F9C) is unknown color: approx Violet Blue. HEX triplet: 97, 5F and 9C. RGB value is (151,95,156). Sum of RGB (Red+Green+Blue) = 151+95+156=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #975F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F9C is #68A063. Grayscale: #767676. Windows color (decimal): -6856804 or 10248087. OLE color: 10248087.

HSL color Cylindrical-coordinate representation of color #975F9C: hue angle of 295.08º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975F9C is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15195156-
CMYK0.030.3900.39
HSL295.08º24.3%49.22%-
HSV(B)295.08º39.1%61.18%-
XYZ22.8617.1633.56-
YUV118.7149.05151.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=37.56%
G=23.63%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151951560.030.3900.39295.0824.349.22
Hex975F9C3270271271831
Octal2271372343470474473061
Binary1001011110111111001110011100111010011110010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,95,156); }

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

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

 a { background-color: rgb(151,95,156); }

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

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

 span { border-color: rgb(151,95,156); }

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