#99488C

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

Shades of Violet Blue #99488C

Tints of Violet Blue #99488C

Color information

#99488C (or 0x99488C) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 8C. RGB value is (153,72,140). Sum of RGB (Red+Green+Blue) = 153+72+140=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99488C is #66B773. Grayscale: #676767. Windows color (decimal): -6731636 or 9193625. OLE color: 9193625.

HSL color Cylindrical-coordinate representation of color #99488C: hue angle of 309.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99488C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15372140-
CMYK00.530.080.4
HSL309.63º36%44.12%-
HSV(B)309.63º52.94%60%-
XYZ20.1913.326.31-
YUV103.97148.34162.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=41.92%
G=19.73%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537214000.530.080.4309.633644.12
Hex99488C035828136242c
Octal23111021406510504664454
Binary1001100110010001000110001101011000101000100110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99488C; }

 p { color: rgb(153,72,140); }

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

<style>
 a { background-color: #99488C; }

 a { background-color: rgb(153,72,140); }

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

<style>
 span { border-color: #99488C; }

 span { border-color: rgb(153,72,140); }

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