#97428D

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

Shades of Vivid Violet #97428D

Tints of Vivid Violet #97428D

Color information

#97428D (or 0x97428D) is unknown color: approx Vivid Violet. HEX triplet: 97, 42 and 8D. RGB value is (151,66,141). Sum of RGB (Red+Green+Blue) = 151+66+141=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97428D is #68BD72. Grayscale: #636363. Windows color (decimal): -6864243 or 9257623. OLE color: 9257623.

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

Color convert

RGB15166141-
CMYK00.560.070.41
HSL307.06º39.17%42.55%-
HSV(B)307.06º56.29%59.22%-
XYZ19.5212.426.56-
YUV99.96151.16164.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=42.18%
G=18.44%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516614100.560.070.41307.0639.1742.55
Hex97428D038729133272b
Octal2271022150707514634753
Binary100101111000010100011010111000111101001100110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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