#975F8C

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

Shades of Violet Blue #975F8C

Tints of Violet Blue #975F8C

Color information

#975F8C (or 0x975F8C) is unknown color: approx Violet Blue. HEX triplet: 97, 5F and 8C. RGB value is (151,95,140). Sum of RGB (Red+Green+Blue) = 151+95+140=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #975F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F8C is #68A073. Grayscale: #747474. Windows color (decimal): -6856820 or 9199511. OLE color: 9199511.

HSL color Cylindrical-coordinate representation of color #975F8C: hue angle of 311.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F8C is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15195140-
CMYK00.370.070.41
HSL311.79º22.76%48.24%-
HSV(B)311.79º37.09%59.22%-
XYZ21.5916.6626.89-
YUV116.87141.05152.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=39.12%
G=24.61%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519514000.370.070.41311.7922.7648.24
Hex975F8C0257291381730
Octal2271372140457514702760
Binary10010111101111110001100010010111110100110011100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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