#975F92

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

Shades of Violet Blue #975F92

Tints of Violet Blue #975F92

Color information

#975F92 (or 0x975F92) is unknown color: approx Violet Blue. HEX triplet: 97, 5F and 92. RGB value is (151,95,146). Sum of RGB (Red+Green+Blue) = 151+95+146=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #975F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F92 is #68A06D. Grayscale: #757575. Windows color (decimal): -6856814 or 9592727. OLE color: 9592727.

HSL color Cylindrical-coordinate representation of color #975F92: hue angle of 305.36º 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 #975F92 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15195146-
CMYK00.370.030.41
HSL305.36º22.76%48.24%-
HSV(B)305.36º37.09%59.22%-
XYZ22.0416.8429.28-
YUV117.56144.05151.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=38.52%
G=24.23%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519514600.370.030.41305.3622.7648.24
Hex975F920253291311730
Octal2271372220453514612760
Binary1001011110111111001001001001011110100110011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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