#97429F

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

Shades of Vivid Violet #97429F

Tints of Vivid Violet #97429F

Color information

#97429F (or 0x97429F) is unknown color: approx Vivid Violet. HEX triplet: 97, 42 and 9F. RGB value is (151,66,159). Sum of RGB (Red+Green+Blue) = 151+66+159=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #97429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97429F is #68BD60. Grayscale: #656565. Windows color (decimal): -6864225 or 10437271. OLE color: 10437271.

HSL color Cylindrical-coordinate representation of color #97429F: hue angle of 294.84º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97429F is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15166159-
CMYK0.050.5800.38
HSL294.84º41.33%44.12%-
HSV(B)294.84º58.49%62.35%-
XYZ20.9712.9834.2-
YUV102.02160.16162.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=40.16%
G=17.55%
B=42.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151661590.050.5800.38294.8441.3344.12
Hex97429F53A026127292c
Octal2271022375720464475154
Binary100101111000010100111111011110100100110100100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97429F; }

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

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

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

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

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

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

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

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