#9A2997

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

Shades of Vivid Violet #9A2997

Tints of Vivid Violet #9A2997

Color information

#9A2997 (or 0x9A2997) is unknown color: approx Vivid Violet. HEX triplet: 9A, 29 and 97. RGB value is (154,41,151). Sum of RGB (Red+Green+Blue) = 154+41+151=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2997 is #65D668. Grayscale: #565656. Windows color (decimal): -6674025 or 9906586. OLE color: 9906586.

HSL color Cylindrical-coordinate representation of color #9A2997: hue angle of 301.59º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2997 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB15441151-
CMYK00.730.020.40
HSL301.59º57.95%38.24%-
HSV(B)301.59º73.38%60.39%-
XYZ19.7110.6930.3-
YUV87.33163.94175.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=44.51%
G=11.85%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544115100.730.020.40301.5957.9538.24
Hex9A299704922812e3a26
Octal2325122701112504567246
Binary10011010101001100101110100100110101000100101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2997; }

 p { color: rgb(154,41,151); }

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

<style>
 a { background-color: #9A2997; }

 a { background-color: rgb(154,41,151); }

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

<style>
 span { border-color: #9A2997; }

 span { border-color: rgb(154,41,151); }

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