#99488D

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

Shades of Violet Blue #99488D

Tints of Violet Blue #99488D

Color information

#99488D (or 0x99488D) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 8D. RGB value is (153,72,141). Sum of RGB (Red+Green+Blue) = 153+72+141=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99488D is #66B772. Grayscale: #676767. Windows color (decimal): -6731635 or 9259161. OLE color: 9259161.

HSL color Cylindrical-coordinate representation of color #99488D: hue angle of 308.89º 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 #99488D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15372141-
CMYK00.530.080.4
HSL308.89º36%44.12%-
HSV(B)308.89º52.94%60%-
XYZ20.2613.3326.7-
YUV104.08148.84162.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=41.80%
G=19.67%
B=38.52%

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
Decimal1537214100.530.080.4308.893644.12
Hex99488D035828135242c
Octal23111021506510504654454
Binary1001100110010001000110101101011000101000100110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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