#99669F

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

Shades of Violet Blue #99669F

Tints of Violet Blue #99669F

Color information

#99669F (or 0x99669F) is unknown color: approx Violet Blue. HEX triplet: 99, 66 and 9F. RGB value is (153,102,159). Sum of RGB (Red+Green+Blue) = 153+102+159=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #99669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99669F is #669960. Grayscale: #7B7B7B. Windows color (decimal): -6723937 or 10446489. OLE color: 10446489.

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

Color convert

RGB153102159-
CMYK0.040.3600.38
HSL293.68º22.89%51.18%-
HSV(B)293.68º35.85%62.35%-
XYZ24.1518.7835.15-
YUV123.75147.9148.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=36.96%
G=24.64%
B=38.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531021590.040.3600.38293.6822.8951.18
Hex99669F4240261261733
Octal2311462374440464462763
Binary10011001110011010011111100100100010011010010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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