#99679B

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

Shades of Violet Blue #99679B

Tints of Violet Blue #99679B

Color information

#99679B (or 0x99679B) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 9B. RGB value is (153,103,155). Sum of RGB (Red+Green+Blue) = 153+103+155=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #99679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99679B is #669864. Grayscale: #7B7B7B. Windows color (decimal): -6723685 or 10184601. OLE color: 10184601.

HSL color Cylindrical-coordinate representation of color #99679B: hue angle of 297.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99679B is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153103155-
CMYK0.010.3400.39
HSL297.69º20.63%50.59%-
HSV(B)297.69º33.55%60.78%-
XYZ23.918.8433.39-
YUV123.88145.56148.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=37.23%
G=25.06%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531031550.010.3400.39297.6920.6350.59
Hex99679B12202712a1533
Octal2311472331420474522563
Binary100110011100111100110111100010010011110010101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99679B; }

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

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

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

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

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

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

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

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