#996B9E

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

Shades of Violet Blue #996B9E

Tints of Violet Blue #996B9E

Color information

#996B9E (or 0x996B9E) is unknown color: approx Violet Blue. HEX triplet: 99, 6B and 9E. RGB value is (153,107,158). Sum of RGB (Red+Green+Blue) = 153+107+158=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #996B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B9E is #669461. Grayscale: #7E7E7E. Windows color (decimal): -6722658 or 10382233. OLE color: 10382233.

HSL color Cylindrical-coordinate representation of color #996B9E: hue angle of 294.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996B9E is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153107158-
CMYK0.030.3200.38
HSL294.12º20.82%51.96%-
HSV(B)294.12º32.28%61.96%-
XYZ24.5719.7634.87-
YUV126.57145.74146.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=36.60%
G=25.60%
B=37.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531071580.030.3200.38294.1220.8251.96
Hex996B9E3200261261534
Octal2311532363400464462564
Binary1001100111010111001111011100000010011010010011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996B9E; }

 p { color: rgb(153,107,158); }

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

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

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

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

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

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

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