#99509B

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

Shades of Violet Blue #99509B

Tints of Violet Blue #99509B

Color information

#99509B (or 0x99509B) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 9B. RGB value is (153,80,155). Sum of RGB (Red+Green+Blue) = 153+80+155=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #99509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509B is #66AF64. Grayscale: #6E6E6E. Windows color (decimal): -6729573 or 10178713. OLE color: 10178713.

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

Color convert

RGB15380155-
CMYK0.010.4800.39
HSL298.4º31.91%46.08%-
HSV(B)298.4º48.39%60.78%-
XYZ21.9214.8832.73-
YUV110.38153.18158.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=39.43%
G=20.62%
B=39.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153801550.010.4800.39298.431.9146.08
Hex99509B13002712a202e
Octal2311202331600474524056
Binary1001100110100001001101111100000100111100101010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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