#99488A

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

Shades of Violet Blue #99488A

Tints of Violet Blue #99488A

Color information

#99488A (or 0x99488A) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 8A. RGB value is (153,72,138). Sum of RGB (Red+Green+Blue) = 153+72+138=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99488A is #66B775. Grayscale: #676767. Windows color (decimal): -6731638 or 9062553. OLE color: 9062553.

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

Color convert

RGB15372138-
CMYK00.530.100.4
HSL311.11º36%44.12%-
HSV(B)311.11º52.94%60%-
XYZ20.0413.2425.54-
YUV103.74147.34163.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=42.15%
G=19.83%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537213800.530.100.4311.113644.12
Hex99488A035A28137242c
Octal23111021206512504674454
Binary1001100110010001000101001101011010101000100110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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