#97358E

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

Shades of Vivid Violet #97358E

Tints of Vivid Violet #97358E

Color information

#97358E (or 0x97358E) is unknown color: approx Vivid Violet. HEX triplet: 97, 35 and 8E. RGB value is (151,53,142). Sum of RGB (Red+Green+Blue) = 151+53+142=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97358E is #68CA71. Grayscale: #5C5C5C. Windows color (decimal): -6867570 or 9319831. OLE color: 9319831.

HSL color Cylindrical-coordinate representation of color #97358E: hue angle of 305.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97358E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15153142-
CMYK00.650.060.41
HSL305.51º48.04%40%-
HSV(B)305.51º64.9%59.22%-
XYZ18.9211.0826.73-
YUV92.45155.97169.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=43.64%
G=15.32%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515314200.650.060.41305.5148.0440
Hex97358E0416291323028
Octal2276521601016514626050
Binary100101111101011000111001000001110101001100110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97358E; }

 p { color: rgb(151,53,142); }

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

<style>
 a { background-color: #97358E; }

 a { background-color: rgb(151,53,142); }

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

<style>
 span { border-color: #97358E; }

 span { border-color: rgb(151,53,142); }

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