Html Css Color HEX #99488B Violet Blue

📋 copy color: '#99488B'

red 153 ◦ green 72 ◦ blue 139

#99488B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #99488B

Tints of Violet Blue #99488B

RGB

 RED value IS 153 (60.16% from 255) = 42.03%

 GREEN value IS 72 (28.52% from 255) = 19.78%

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 42.03%
G = 19.78%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99488B (or 0x99488B) is known color: Violet Blue. HEX triplet: 99, 48 and 8B. RGB value is (153,72,139). Sum of RGB (Red+Green+Blue) = 153+72+139=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99488B is #66B774. Grayscale: #676767. Windows color (decimal): -6731637 or 9128089. OLE color: 9128089.

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

Color convert

RGB 153 72 139 -
CMYK 0 0.53 0.09 0.4
HSL 310.37º 0.36% 0.44% -
HSV(B) 310.37º 0.53% 0.6% -
XYZ 20.11 13.27 25.93 -
YUV 103.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 153 72 139 0 0.53 0.09 0.4 310.37 0.36 0.44
Hex 99 48 8B 0 35 9 28 136 24 2C
Octal 231 110 213 0 65 11 50 466 44 54
Binary 10011001 1001000 10001011 0 110101 1001 101000 100110110 100100 101100

Color Harmonies of #99488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99488B

Black with #99488B

Text Example


Text Example

White with #99488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99488B;
 }
 .AnyTagClassName
 {
   color: #99488B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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