#99518F

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

Shades of Violet Blue #99518F

Tints of Violet Blue #99518F

Color information

#99518F (or 0x99518F) is unknown color: approx Violet Blue. HEX triplet: 99, 51 and 8F. RGB value is (153,81,143). Sum of RGB (Red+Green+Blue) = 153+81+143=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99518F is #66AE70. Grayscale: #6D6D6D. Windows color (decimal): -6729329 or 9392537. OLE color: 9392537.

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

Color convert

RGB15381143-
CMYK00.470.070.4
HSL308.33º30.77%45.88%-
HSV(B)308.33º47.06%60%-
XYZ21.0414.6427.7-
YUV109.6146.85158.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=40.58%
G=21.49%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538114300.470.070.4308.3330.7745.88
Hex99518F02F7281341f2e
Octal2311212170577504643756
Binary10011001101000110001111010111111110100010011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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