#996993

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

Shades of Violet Blue #996993

Tints of Violet Blue #996993

Color information

#996993 (or 0x996993) is unknown color: approx Violet Blue. HEX triplet: 99, 69 and 93. RGB value is (153,105,147). Sum of RGB (Red+Green+Blue) = 153+105+147=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996993 is #66966C. Grayscale: #7C7C7C. Windows color (decimal): -6723181 or 9660825. OLE color: 9660825.

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

Color convert

RGB153105147-
CMYK00.310.040.4
HSL307.5º19.05%50.59%-
HSV(B)307.5º31.37%60%-
XYZ23.4518.9830.03-
YUV124.14140.9148.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=37.78%
G=25.93%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310514700.310.040.4307.519.0550.59
Hex99699301F4281341333
Octal2311512230374504642363
Binary1001100111010011001001101111110010100010011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996993; }

 p { color: rgb(153,105,147); }

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

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

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

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

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

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

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