#97399D

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

Shades of Vivid Violet #97399D

Tints of Vivid Violet #97399D

Color information

#97399D (or 0x97399D) is unknown color: approx Vivid Violet. HEX triplet: 97, 39 and 9D. RGB value is (151,57,157). Sum of RGB (Red+Green+Blue) = 151+57+157=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #97399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97399D is #68C662. Grayscale: #606060. Windows color (decimal): -6866531 or 10303895. OLE color: 10303895.

HSL color Cylindrical-coordinate representation of color #97399D: hue angle of 296.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97399D is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15157157-
CMYK0.040.6400.38
HSL296.4º46.73%41.96%-
HSV(B)296.4º63.69%61.57%-
XYZ20.3111.9433.13-
YUV96.51162.14166.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=41.37%
G=15.62%
B=43.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151571570.040.6400.38296.446.7341.96
Hex97399D4400261282f2a
Octal2277123541000464505752
Binary100101111110011001110110010000000100110100101000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97399D; }

 p { color: rgb(151,57,157); }

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

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

 a { background-color: rgb(151,57,157); }

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

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

 span { border-color: rgb(151,57,157); }

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