#97309F

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

Shades of Vivid Violet #97309F

Tints of Vivid Violet #97309F

Color information

#97309F (or 0x97309F) is unknown color: approx Vivid Violet. HEX triplet: 97, 30 and 9F. RGB value is (151,48,159). Sum of RGB (Red+Green+Blue) = 151+48+159=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #97309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97309F is #68CF60. Grayscale: #5B5B5B. Windows color (decimal): -6868833 or 10432663. OLE color: 10432663.

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

Color convert

RGB15148159-
CMYK0.050.7000.38
HSL295.68º53.62%40.59%-
HSV(B)295.68º69.81%62.35%-
XYZ20.0811.233.9-
YUV91.45166.12170.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=42.18%
G=13.41%
B=44.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151481590.050.7000.38295.6853.6240.59
Hex97309F5460261283629
Octal2276023751060464506651
Binary100101111100001001111110110001100100110100101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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