#97408E

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

Shades of Vivid Violet #97408E

Tints of Vivid Violet #97408E

Color information

#97408E (or 0x97408E) is unknown color: approx Vivid Violet. HEX triplet: 97, 40 and 8E. RGB value is (151,64,142). Sum of RGB (Red+Green+Blue) = 151+64+142=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97408E is #68BF71. Grayscale: #626262. Windows color (decimal): -6864754 or 9322647. OLE color: 9322647.

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

Color convert

RGB15164142-
CMYK00.580.060.41
HSL306.21º40.47%42.16%-
HSV(B)306.21º57.62%59.22%-
XYZ19.4812.226.92-
YUV98.9152.32165.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=42.30%
G=17.93%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516414200.580.060.41306.2140.4742.16
Hex97408E03A629132282a
Octal2271002160726514625052
Binary100101111000000100011100111010110101001100110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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