#99508F

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

Shades of Violet Blue #99508F

Tints of Violet Blue #99508F

Color information

#99508F (or 0x99508F) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 8F. RGB value is (153,80,143). Sum of RGB (Red+Green+Blue) = 153+80+143=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99508F is #66AF70. Grayscale: #6C6C6C. Windows color (decimal): -6729585 or 9392281. OLE color: 9392281.

HSL color Cylindrical-coordinate representation of color #99508F: hue angle of 308.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99508F is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15380143-
CMYK00.480.070.4
HSL308.22º31.33%45.69%-
HSV(B)308.22º47.71%60%-
XYZ20.9614.4927.68-
YUV109.01147.18159.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=40.69%
G=21.28%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538014300.480.070.4308.2231.3345.69
Hex99508F0307281341f2e
Octal2311202170607504643756
Binary10011001101000010001111011000011110100010011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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