#975AA5

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

Shades of Violet Blue #975AA5

Tints of Violet Blue #975AA5

Color information

#975AA5 (or 0x975AA5) is unknown color: approx Violet Blue. HEX triplet: 97, 5A and A5. RGB value is (151,90,165). Sum of RGB (Red+Green+Blue) = 151+90+165=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #975AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AA5 is #68A55A. Grayscale: #747474. Windows color (decimal): -6858075 or 10836631. OLE color: 10836631.

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

Color convert

RGB15190165-
CMYK0.080.4500.35
HSL288.8º29.41%50%-
HSV(B)288.8º45.45%64.71%-
XYZ23.2116.6137.58-
YUV116.79155.21152.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=37.19%
G=22.17%
B=40.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151901650.080.4500.35288.829.4150
Hex975AA582D0231211d32
Octal22713224510550434413562
Binary100101111011010101001011000101101010001110010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,165); }

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

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

 a { background-color: rgb(151,90,165); }

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

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

 span { border-color: rgb(151,90,165); }

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