#974293

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

Shades of Vivid Violet #974293

Tints of Vivid Violet #974293

Color information

#974293 (or 0x974293) is unknown color: approx Vivid Violet. HEX triplet: 97, 42 and 93. RGB value is (151,66,147). Sum of RGB (Red+Green+Blue) = 151+66+147=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #974293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974293 is #68BD6C. Grayscale: #646464. Windows color (decimal): -6864237 or 9650839. OLE color: 9650839.

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

Color convert

RGB15166147-
CMYK00.560.030.41
HSL302.82º39.17%42.55%-
HSV(B)302.82º56.29%59.22%-
XYZ19.9812.5828.98-
YUV100.65154.16163.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=41.48%
G=18.13%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516614700.560.030.41302.8239.1742.55
Hex97429303832912f272b
Octal2271022230703514574753
Binary10010111100001010010011011100011101001100101111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974293; }

 p { color: rgb(151,66,147); }

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

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

 a { background-color: rgb(151,66,147); }

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

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

 span { border-color: rgb(151,66,147); }

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