#97399B

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

Shades of Vivid Violet #97399B

Tints of Vivid Violet #97399B

Color information

#97399B (or 0x97399B) is unknown color: approx Vivid Violet. HEX triplet: 97, 39 and 9B. RGB value is (151,57,155). Sum of RGB (Red+Green+Blue) = 151+57+155=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #97399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97399B is #68C664. Grayscale: #5F5F5F. Windows color (decimal): -6866533 or 10172823. OLE color: 10172823.

HSL color Cylindrical-coordinate representation of color #97399B: hue angle of 297.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97399B is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15157155-
CMYK0.030.6300.39
HSL297.55º46.23%41.57%-
HSV(B)297.55º63.23%60.78%-
XYZ20.1411.8732.24-
YUV96.28161.14167.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=41.60%
G=15.70%
B=42.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151571550.030.6300.39297.5546.2341.57
Hex97399B33F02712a2e2a
Octal227712333770474525652
Binary1001011111100110011011111111110100111100101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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