#975FA3

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

Shades of Violet Blue #975FA3

Tints of Violet Blue #975FA3

Color information

#975FA3 (or 0x975FA3) is unknown color: approx Violet Blue. HEX triplet: 97, 5F and A3. RGB value is (151,95,163). Sum of RGB (Red+Green+Blue) = 151+95+163=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #975FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FA3 is #68A05C. Grayscale: #777777. Windows color (decimal): -6856797 or 10706839. OLE color: 10706839.

HSL color Cylindrical-coordinate representation of color #975FA3: hue angle of 289.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975FA3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15195163-
CMYK0.070.4200.36
HSL289.41º26.98%50.59%-
HSV(B)289.41º41.72%63.92%-
XYZ23.4717.4136.77-
YUV119.5152.55150.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 163 (64.06% from 255) = 39.85%
R=36.92%
G=23.23%
B=39.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151951630.070.4200.36289.4126.9850.59
Hex975FA372A0241211b33
Octal2271372437520444413363
Binary10010111101111110100011111101010010010010010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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