#99679F

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

Shades of Violet Blue #99679F

Tints of Violet Blue #99679F

Color information

#99679F (or 0x99679F) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 9F. RGB value is (153,103,159). Sum of RGB (Red+Green+Blue) = 153+103+159=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #99679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99679F is #669860. Grayscale: #7C7C7C. Windows color (decimal): -6723681 or 10446745. OLE color: 10446745.

HSL color Cylindrical-coordinate representation of color #99679F: hue angle of 293.57º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99679F is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153103159-
CMYK0.040.3500.38
HSL293.57º22.58%51.37%-
HSV(B)293.57º35.22%62.35%-
XYZ24.2518.9835.19-
YUV124.33147.56148.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=36.87%
G=24.82%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531031590.040.3500.38293.5722.5851.37
Hex99679F4230261261733
Octal2311472374430464462763
Binary10011001110011110011111100100011010011010010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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