#97378D

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

Shades of Vivid Violet #97378D

Tints of Vivid Violet #97378D

Color information

#97378D (or 0x97378D) is unknown color: approx Vivid Violet. HEX triplet: 97, 37 and 8D. RGB value is (151,55,141). Sum of RGB (Red+Green+Blue) = 151+55+141=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #97378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97378D is #68C872. Grayscale: #5D5D5D. Windows color (decimal): -6867059 or 9254807. OLE color: 9254807.

HSL color Cylindrical-coordinate representation of color #97378D: hue angle of 306.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97378D is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15155141-
CMYK00.640.070.41
HSL306.25º46.6%40.39%-
HSV(B)306.25º63.58%59.22%-
XYZ18.9411.2326.37-
YUV93.51154.8169.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=43.52%
G=15.85%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515514100.640.070.41306.2546.640.39
Hex97378D0407291322f28
Octal2276721501007514625750
Binary100101111101111000110101000000111101001100110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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