#974398

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

Shades of Violet Blue #974398

Tints of Violet Blue #974398

Color information

#974398 (or 0x974398) is unknown color: approx Violet Blue. HEX triplet: 97, 43 and 98. RGB value is (151,67,152). Sum of RGB (Red+Green+Blue) = 151+67+152=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #974398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974398 is #68BC67. Grayscale: #656565. Windows color (decimal): -6863976 or 9978775. OLE color: 9978775.

HSL color Cylindrical-coordinate representation of color #974398: hue angle of 299.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974398 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15167152-
CMYK0.010.5600.40
HSL299.29º38.81%42.94%-
HSV(B)299.29º55.92%59.61%-
XYZ20.4412.8631.11-
YUV101.81156.33163.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=40.81%
G=18.11%
B=41.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151671520.010.5600.40299.2938.8142.94
Hex97439813802812b272b
Octal2271032301700504534753
Binary1001011110000111001100011110000101000100101011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974398; }

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

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

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

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

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

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

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

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