Html Css Color HEX #99498B Violet Blue

📋 copy color: '#99498B'

red 153 ◦ green 73 ◦ blue 139

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

Shades of Violet Blue #99498B

Tints of Violet Blue #99498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

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

R = 41.92%
G = 20%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99498B (or 0x99498B) is known color: Violet Blue. HEX triplet: 99, 49 and 8B. RGB value is (153,73,139). Sum of RGB (Red+Green+Blue) = 153+73+139=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99498B is #66B674. Grayscale: #686868. Windows color (decimal): -6731381 or 9128345. OLE color: 9128345.

HSL color Cylindrical-coordinate representation of color #99498B: hue angle of 310.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99498B is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 139 -
CMYK 0 0.52 0.09 0.4
HSL 310.5º 0.35% 0.44% -
HSV(B) 310.5º 0.52% 0.6% -
XYZ 20.18 13.4 25.95 -
YUV 104.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 153 73 139 0 0.52 0.09 0.4 310.5 0.35 0.44
Hex 99 49 8B 0 34 9 28 136 23 2C
Octal 231 111 213 0 64 11 50 466 43 54
Binary 10011001 1001001 10001011 0 110100 1001 101000 100110110 100011 101100

Color Harmonies of #99498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99498B

Black with #99498B

Text Example


Text Example

White with #99498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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