#996790

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

Shades of Violet Blue #996790

Tints of Violet Blue #996790

Color information

#996790 (or 0x996790) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 90. RGB value is (153,103,144). Sum of RGB (Red+Green+Blue) = 153+103+144=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996790 is #66986F. Grayscale: #7A7A7A. Windows color (decimal): -6723696 or 9463705. OLE color: 9463705.

HSL color Cylindrical-coordinate representation of color #996790: hue angle of 310.8º 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 #996790 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153103144-
CMYK00.330.060.4
HSL310.8º19.69%50.2%-
HSV(B)310.8º32.68%60%-
XYZ23.0218.4928.74-
YUV122.62140.06149.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 144 (56.64% from 255) = 36%
R=38.25%
G=25.75%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310314400.330.060.4310.819.6950.2
Hex9967900216281371432
Octal2311472200416504672462
Binary10011001110011110010000010000111010100010011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996790; }

 p { color: rgb(153,103,144); }

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

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

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

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

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

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

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