#992699

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

Shades of Vivid Violet #992699

Tints of Vivid Violet #992699

Color information

#992699 (or 0x992699) is unknown color: approx Vivid Violet. HEX triplet: 99, 26 and 99. RGB value is (153,38,153). Sum of RGB (Red+Green+Blue) = 153+38+153=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992699 is #66D966. Grayscale: #555555. Windows color (decimal): -6740327 or 10036889. OLE color: 10036889.

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

Color convert

RGB15338153-
CMYK00.7500.4
HSL300º60.21%37.45%-
HSV(B)300º75.16%60%-
XYZ19.5810.4631.12-
YUV85.5166.1176.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=44.48%
G=11.05%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533815300.7500.430060.2137.45
Hex99269904B02812c3c25
Octal2314623101130504547445
Binary1001100110011010011001010010110101000100101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992699; }

 p { color: rgb(153,38,153); }

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

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

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

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

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

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

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