#97408D

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

Shades of Vivid Violet #97408D

Tints of Vivid Violet #97408D

Color information

#97408D (or 0x97408D) is unknown color: approx Vivid Violet. HEX triplet: 97, 40 and 8D. RGB value is (151,64,141). Sum of RGB (Red+Green+Blue) = 151+64+141=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97408D is #68BF72. Grayscale: #626262. Windows color (decimal): -6864755 or 9257111. OLE color: 9257111.

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

Color convert

RGB15164141-
CMYK00.580.070.41
HSL306.9º40.47%42.16%-
HSV(B)306.9º57.62%59.22%-
XYZ19.412.1726.53-
YUV98.79151.82165.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=42.42%
G=17.98%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516414100.580.070.41306.940.4742.16
Hex97408D03A729133282a
Octal2271002150727514635052
Binary100101111000000100011010111010111101001100110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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