#97408A

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

Shades of Vivid Violet #97408A

Tints of Vivid Violet #97408A

Color information

#97408A (or 0x97408A) is unknown color: approx Vivid Violet. HEX triplet: 97, 40 and 8A. RGB value is (151,64,138). Sum of RGB (Red+Green+Blue) = 151+64+138=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #97408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97408A is #68BF75. Grayscale: #626262. Windows color (decimal): -6864758 or 9060503. OLE color: 9060503.

HSL color Cylindrical-coordinate representation of color #97408A: hue angle of 308.97º 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 #97408A is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15164138-
CMYK00.580.090.41
HSL308.97º40.47%42.16%-
HSV(B)308.97º57.62%59.22%-
XYZ19.1812.0825.37-
YUV98.45150.32165.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=42.78%
G=18.13%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516413800.580.090.41308.9740.4742.16
Hex97408A03A929135282a
Octal22710021207211514655052
Binary1001011110000001000101001110101001101001100110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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