#914999

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

Shades of Vivid Violet #914999

Tints of Vivid Violet #914999

Color information

#914999 (or 0x914999) is unknown color: approx Vivid Violet. HEX triplet: 91, 49 and 99. RGB value is (145,73,153). Sum of RGB (Red+Green+Blue) = 145+73+153=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #914999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914999 is #6EB666. Grayscale: #676767. Windows color (decimal): -7255655 or 10045841. OLE color: 10045841.

HSL color Cylindrical-coordinate representation of color #914999: hue angle of 294º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914999 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14573153-
CMYK0.050.5200.4
HSL294º35.4%44.31%-
HSV(B)294º52.29%60%-
XYZ19.8113.0831.62-
YUV103.65155.85157.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=39.08%
G=19.68%
B=41.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145731530.050.5200.429435.444.31
Hex914999534028126232c
Octal2211112315640504464354
Binary100100011001001100110011011101000101000100100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914999; }

 p { color: rgb(145,73,153); }

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

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

 a { background-color: rgb(145,73,153); }

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

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

 span { border-color: rgb(145,73,153); }

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