Html Css Color HEX #99488D Violet Blue

📋 copy color: '#99488D'

red 153 ◦ green 72 ◦ blue 141

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

Shades of Violet Blue #99488D

Tints of Violet Blue #99488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 41.8%
G = 19.67%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99488D (or 0x99488D) is known color: 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

RGB 153 72 141 -
CMYK 0 0.53 0.08 0.4
HSL 308.89º 0.36% 0.44% -
HSV(B) 308.89º 0.53% 0.6% -
XYZ 20.26 13.33 26.7 -
YUV 104.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 153 72 141 0 0.53 0.08 0.4 308.89 0.36 0.44
Hex 99 48 8D 0 35 8 28 135 24 2C
Octal 231 110 215 0 65 10 50 465 44 54
Binary 10011001 1001000 10001101 0 110101 1000 101000 100110101 100100 101100

Color Harmonies of #99488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99488D

Black with #99488D

Text Example


Text Example

White with #99488D

Text Example


Text Example

HTML Codes & Css Web 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>