#97259F

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

Shades of Vivid Violet #97259F

Tints of Vivid Violet #97259F

Color information

#97259F (or 0x97259F) is unknown color: approx Vivid Violet. HEX triplet: 97, 25 and 9F. RGB value is (151,37,159). Sum of RGB (Red+Green+Blue) = 151+37+159=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #97259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97259F is #68DA60. Grayscale: #545454. Windows color (decimal): -6871649 or 10429847. OLE color: 10429847.

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

Color convert

RGB15137159-
CMYK0.050.7700.38
HSL296.07º62.24%38.43%-
HSV(B)296.07º76.73%62.35%-
XYZ19.6810.4133.77-
YUV84.99169.77175.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=43.52%
G=10.66%
B=45.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151371590.050.7700.38296.0762.2438.43
Hex97259F54D0261283e26
Octal2274523751150464507646
Binary100101111001011001111110110011010100110100101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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