#974198

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

Shades of Vivid Violet #974198

Tints of Vivid Violet #974198

Color information

#974198 (or 0x974198) is unknown color: approx Vivid Violet. HEX triplet: 97, 41 and 98. RGB value is (151,65,152). Sum of RGB (Red+Green+Blue) = 151+65+152=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #974198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974198 is #68BE67. Grayscale: #646464. Windows color (decimal): -6864488 or 9978263. OLE color: 9978263.

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

Color convert

RGB15165152-
CMYK0.010.5700.40
HSL299.31º40.09%42.55%-
HSV(B)299.31º57.24%59.61%-
XYZ20.3212.6331.07-
YUV100.63156.99163.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=41.03%
G=17.66%
B=41.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151651520.010.5700.40299.3140.0942.55
Hex97419813902812b282b
Octal2271012301710504535053
Binary1001011110000011001100011110010101000100101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974198; }

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

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

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

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

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

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

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

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