#97358D

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

Shades of Vivid Violet #97358D

Tints of Vivid Violet #97358D

Color information

#97358D (or 0x97358D) is unknown color: approx Vivid Violet. HEX triplet: 97, 35 and 8D. RGB value is (151,53,141). Sum of RGB (Red+Green+Blue) = 151+53+141=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97358D is #68CA72. Grayscale: #5C5C5C. Windows color (decimal): -6867571 or 9254295. OLE color: 9254295.

HSL color Cylindrical-coordinate representation of color #97358D: hue angle of 306.12º 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 #97358D is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15153141-
CMYK00.650.070.41
HSL306.12º48.04%40%-
HSV(B)306.12º64.9%59.22%-
XYZ18.8411.0526.34-
YUV92.33155.47169.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=43.77%
G=15.36%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515314100.650.070.41306.1248.0440
Hex97358D0417291323028
Octal2276521501017514626050
Binary100101111101011000110101000001111101001100110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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