#974B98

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

Shades of Violet Blue #974B98

Tints of Violet Blue #974B98

Color information

#974B98 (or 0x974B98) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 98. RGB value is (151,75,152). Sum of RGB (Red+Green+Blue) = 151+75+152=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #974B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B98 is #68B467. Grayscale: #6A6A6A. Windows color (decimal): -6861928 or 9980823. OLE color: 9980823.

HSL color Cylindrical-coordinate representation of color #974B98: hue angle of 299.22º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974B98 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15175152-
CMYK0.010.5100.40
HSL299.22º33.92%44.51%-
HSV(B)299.22º50.66%59.61%-
XYZ20.9513.8831.28-
YUV106.5153.68159.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=39.95%
G=19.84%
B=40.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151751520.010.5100.40299.2233.9244.51
Hex974B9813302812b222d
Octal2271132301630504534255
Binary1001011110010111001100011100110101000100101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,152); }

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

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

 a { background-color: rgb(151,75,152); }

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

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

 span { border-color: rgb(151,75,152); }

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