#97379b

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

Shades of Vivid Violet #97379B

Tints of Vivid Violet #97379B

Color information

#97379B (or 0x97379B) is unknown color: approx Vivid Violet. HEX triplet: 97, 37 and 9B. RGB value is (151,55,155). Sum of RGB (Red+Green+Blue) = 151+55+155=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #97379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97379B is #68C864. Grayscale: #5E5E5E. Windows color (decimal): -6867045 or 10172311. OLE color: 10172311.

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

Color convert

RGB15155155-
CMYK0.030.6500.39
HSL297.6º47.62%41.18%-
HSV(B)297.6º64.52%60.78%-
XYZ20.0511.6832.21-
YUV95.1161.8167.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=41.83%
G=15.24%
B=42.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151551550.030.6500.39297.647.6241.18
Hex97379B34102712a3029
Octal2276723331010474526051
Binary10010111110111100110111110000010100111100101010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97379b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97379b; }

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

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

<style>
 a { background-color: #97379b; }

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

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

<style>
 span { border-color: #97379b; }

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

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