Html Css Color HEX #9D498A Violet Blue

📋 copy color: '#9D498A'

red 157 ◦ green 73 ◦ blue 138

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

Shades of Violet Blue #9D498A

Tints of Violet Blue #9D498A

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 42.66%
G = 19.84%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D498A (or 0x9D498A) is known color: Violet Blue. HEX triplet: 9D, 49 and 8A. RGB value is (157,73,138). Sum of RGB (Red+Green+Blue) = 157+73+138=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D498A is #62B675. Grayscale: #696969. Windows color (decimal): -6469238 or 9062813. OLE color: 9062813.

HSL color Cylindrical-coordinate representation of color #9D498A: hue angle of 313.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D498A is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 73 138 -
CMYK 0 0.54 0.12 0.38
HSL 313.57º 0.37% 0.45% -
HSV(B) 313.57º 0.54% 0.62% -
XYZ 20.87 13.77 25.6 -
YUV 105.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 157 73 138 0 0.54 0.12 0.38 313.57 0.37 0.45
Hex 9D 49 8A 0 36 C 26 13A 25 2D
Octal 235 111 212 0 66 14 46 472 45 55
Binary 10011101 1001001 10001010 0 110110 1100 100110 100111010 100101 101101

Color Harmonies of #9D498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D498A

Black with #9D498A

Text Example


Text Example

White with #9D498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D498A; }

 p { color: rgb(157,73,138); }

 H1.HeaderClassName
 {
   color: #9D498A;
 }
 .AnyTagClassName
 {
   color: #9D498A;
 }
</style>

background-color css

<style>
 a { background-color: #9D498A; }

 a { background-color: rgb(157,73,138); }

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

border-color css

<style>
 span { border-color: #9D498A; }

 span { border-color: rgb(157,73,138); }

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