#97428C

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

Shades of Vivid Violet #97428C

Tints of Vivid Violet #97428C

Color information

#97428C (or 0x97428C) is unknown color: approx Vivid Violet. HEX triplet: 97, 42 and 8C. RGB value is (151,66,140). Sum of RGB (Red+Green+Blue) = 151+66+140=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97428C is #68BD73. Grayscale: #636363. Windows color (decimal): -6864244 or 9192087. OLE color: 9192087.

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

Color convert

RGB15166140-
CMYK00.560.070.41
HSL307.76º39.17%42.55%-
HSV(B)307.76º56.29%59.22%-
XYZ19.4412.3726.17-
YUV99.85150.66164.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=42.30%
G=18.49%
B=39.22%

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
Decimal1516614000.560.070.41307.7639.1742.55
Hex97428C038729134272b
Octal2271022140707514644753
Binary100101111000010100011000111000111101001100110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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