#9A2999

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

Shades of Vivid Violet #9A2999

Tints of Vivid Violet #9A2999

Color information

#9A2999 (or 0x9A2999) is unknown color: approx Vivid Violet. HEX triplet: 9A, 29 and 99. RGB value is (154,41,153). Sum of RGB (Red+Green+Blue) = 154+41+153=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2999 is #65D666. Grayscale: #575757. Windows color (decimal): -6674023 or 10037658. OLE color: 10037658.

HSL color Cylindrical-coordinate representation of color #9A2999: hue angle of 300.53º 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 #9A2999 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15441153-
CMYK00.730.010.40
HSL300.53º57.95%38.24%-
HSV(B)300.53º73.38%60.39%-
XYZ19.8710.7631.17-
YUV87.56164.94175.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.25%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=44.25%
G=11.78%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544115300.730.010.40300.5357.9538.24
Hex9A299904912812d3a26
Octal2325123101111504557246
Binary1001101010100110011001010010011101000100101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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