#974D9B

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

Shades of Violet Blue #974D9B

Tints of Violet Blue #974D9B

Color information

#974D9B (or 0x974D9B) is unknown color: approx Violet Blue. HEX triplet: 97, 4D and 9B. RGB value is (151,77,155). Sum of RGB (Red+Green+Blue) = 151+77+155=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #974D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D9B is #68B264. Grayscale: #6B6B6B. Windows color (decimal): -6861413 or 10177943. OLE color: 10177943.

HSL color Cylindrical-coordinate representation of color #974D9B: hue angle of 296.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974D9B is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15177155-
CMYK0.030.5000.39
HSL296.92º33.62%45.49%-
HSV(B)296.92º50.32%60.78%-
XYZ21.3314.2532.64-
YUV108.02154.52158.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=39.43%
G=20.10%
B=40.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151771550.030.5000.39296.9233.6245.49
Hex974D9B332027129222d
Octal2271152333620474514255
Binary10010111100110110011011111100100100111100101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974D9B; }

 p { color: rgb(151,77,155); }

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

<style>
 a { background-color: #974D9B; }

 a { background-color: rgb(151,77,155); }

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

<style>
 span { border-color: #974D9B; }

 span { border-color: rgb(151,77,155); }

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