#99488F

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

Shades of Violet Blue #99488F

Tints of Violet Blue #99488F

Color information

#99488F (or 0x99488F) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 8F. RGB value is (153,72,143). Sum of RGB (Red+Green+Blue) = 153+72+143=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99488F is #66B770. Grayscale: #686868. Windows color (decimal): -6731633 or 9390233. OLE color: 9390233.

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

Color convert

RGB15372143-
CMYK00.530.070.4
HSL307.41º36%44.12%-
HSV(B)307.41º52.94%60%-
XYZ20.4113.3927.5-
YUV104.31149.84162.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=41.58%
G=19.57%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537214300.530.070.4307.413644.12
Hex99488F035728133242c
Octal2311102170657504634454
Binary100110011001000100011110110101111101000100110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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