#99509F

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

Shades of Violet Blue #99509F

Tints of Violet Blue #99509F

Color information

#99509F (or 0x99509F) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 9F. RGB value is (153,80,159). Sum of RGB (Red+Green+Blue) = 153+80+159=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #99509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509F is #66AF60. Grayscale: #6E6E6E. Windows color (decimal): -6729569 or 10440857. OLE color: 10440857.

HSL color Cylindrical-coordinate representation of color #99509F: hue angle of 295.44º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99509F is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15380159-
CMYK0.040.5000.38
HSL295.44º33.05%46.86%-
HSV(B)295.44º49.69%62.35%-
XYZ22.2615.0134.53-
YUV110.83155.18158.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=39.03%
G=20.41%
B=40.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153801590.040.5000.38295.4433.0546.86
Hex99509F432026127212f
Octal2311202374620464474157
Binary100110011010000100111111001100100100110100100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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