#996693

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

Shades of Violet Blue #996693

Tints of Violet Blue #996693

Color information

#996693 (or 0x996693) is unknown color: approx Violet Blue. HEX triplet: 99, 66 and 93. RGB value is (153,102,147). Sum of RGB (Red+Green+Blue) = 153+102+147=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996693 is #66996C. Grayscale: #7A7A7A. Windows color (decimal): -6723949 or 9660057. OLE color: 9660057.

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

Color convert

RGB153102147-
CMYK00.330.040.4
HSL307.06º20%50%-
HSV(B)307.06º33.33%60%-
XYZ23.1518.3829.93-
YUV122.38141.9149.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=38.06%
G=25.37%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310214700.330.040.4307.062050
Hex9966930214281331432
Octal2311462230414504632462
Binary10011001110011010010011010000110010100010011001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996693; }

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

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

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

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

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

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

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

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