#975BA4

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

Shades of Violet Blue #975BA4

Tints of Violet Blue #975BA4

Color information

#975BA4 (or 0x975BA4) is unknown color: approx Violet Blue. HEX triplet: 97, 5B and A4. RGB value is (151,91,164). Sum of RGB (Red+Green+Blue) = 151+91+164=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #975BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BA4 is #68A45B. Grayscale: #757575. Windows color (decimal): -6857820 or 10771351. OLE color: 10771351.

HSL color Cylindrical-coordinate representation of color #975BA4: hue angle of 289.32º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975BA4 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15191164-
CMYK0.080.4500.36
HSL289.32º28.63%50%-
HSV(B)289.32º44.51%64.31%-
XYZ23.216.7437.13-
YUV117.26154.38152.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=37.19%
G=22.41%
B=40.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151911640.080.4500.36289.3228.6350
Hex975BA482D0241211d32
Octal22713324410550444413562
Binary100101111011011101001001000101101010010010010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,91,164); }

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

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

 a { background-color: rgb(151,91,164); }

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

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

 span { border-color: rgb(151,91,164); }

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