#97388B

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

Shades of Vivid Violet #97388B

Tints of Vivid Violet #97388B

Color information

#97388B (or 0x97388B) is unknown color: approx Vivid Violet. HEX triplet: 97, 38 and 8B. RGB value is (151,56,139). Sum of RGB (Red+Green+Blue) = 151+56+139=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97388B is #68C774. Grayscale: #5D5D5D. Windows color (decimal): -6866805 or 9123991. OLE color: 9123991.

HSL color Cylindrical-coordinate representation of color #97388B: hue angle of 307.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97388B is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15156139-
CMYK00.630.080.41
HSL307.58º45.89%40.59%-
HSV(B)307.58º62.91%59.22%-
XYZ18.8411.2725.61-
YUV93.87153.47168.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=43.64%
G=16.18%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515613900.630.080.41307.5845.8940.59
Hex97388B03F8291342e29
Octal2277021307710514645651
Binary100101111110001000101101111111000101001100110100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,56,139); }

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

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

 a { background-color: rgb(151,56,139); }

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

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

 span { border-color: rgb(151,56,139); }

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