#975C9E

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

Shades of Violet Blue #975C9E

Tints of Violet Blue #975C9E

Color information

#975C9E (or 0x975C9E) is unknown color: approx Violet Blue. HEX triplet: 97, 5C and 9E. RGB value is (151,92,158). Sum of RGB (Red+Green+Blue) = 151+92+158=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #975C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C9E is #68A361. Grayscale: #747474. Windows color (decimal): -6857570 or 10378391. OLE color: 10378391.

HSL color Cylindrical-coordinate representation of color #975C9E: hue angle of 293.64º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975C9E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15192158-
CMYK0.040.4200.38
HSL293.64º26.4%49.02%-
HSV(B)293.64º41.77%61.96%-
XYZ22.7616.734.37-
YUV117.16151.05152.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=37.66%
G=22.94%
B=39.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151921580.040.4200.38293.6426.449.02
Hex975C9E42A0261261a31
Octal2271342364520464463261
Binary10010111101110010011110100101010010011010010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,92,158); }

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

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

 a { background-color: rgb(151,92,158); }

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

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

 span { border-color: rgb(151,92,158); }

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