Html Css Color HEX #9A498D Violet Blue

📋 copy color: '#9A498D'

red 154 ◦ green 73 ◦ blue 141

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

Shades of Violet Blue #9A498D

Tints of Violet Blue #9A498D

RGB

 RED value IS 154 (60.55% from 255) = 41.85%

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

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

R = 41.85%
G = 19.84%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A498D (or 0x9A498D) is known color: Violet Blue. HEX triplet: 9A, 49 and 8D. RGB value is (154,73,141). Sum of RGB (Red+Green+Blue) = 154+73+141=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A498D is #65B672. Grayscale: #686868. Windows color (decimal): -6665843 or 9259418. OLE color: 9259418.

HSL color Cylindrical-coordinate representation of color #9A498D: hue angle of 309.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A498D is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 141 -
CMYK 0 0.53 0.08 0.40
HSL 309.63º 0.36% 0.45% -
HSV(B) 309.63º 0.53% 0.6% -
XYZ 20.52 13.56 26.73 -
YUV 104.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 154 73 141 0 0.53 0.08 0.40 309.63 0.36 0.45
Hex 9A 49 8D 0 35 8 28 136 24 2D
Octal 232 111 215 0 65 10 50 466 44 55
Binary 10011010 1001001 10001101 0 110101 1000 101000 100110110 100100 101101

Color Harmonies of #9A498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A498D

Black with #9A498D

Text Example


Text Example

White with #9A498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,141); }

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

background-color css

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

 a { background-color: rgb(154,73,141); }

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

border-color css

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

 span { border-color: rgb(154,73,141); }

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