Html Css Color HEX #9F498A Violet Blue

📋 copy color: '#9F498A'

red 159 ◦ green 73 ◦ blue 138

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

Shades of Violet Blue #9F498A

Tints of Violet Blue #9F498A

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

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

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

R = 42.97%
G = 19.73%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F498A (or 0x9F498A) is known color: Violet Blue. HEX triplet: 9F, 49 and 8A. RGB value is (159,73,138). Sum of RGB (Red+Green+Blue) = 159+73+138=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F498A is #60B675. Grayscale: #696969. Windows color (decimal): -6338166 or 9062815. OLE color: 9062815.

HSL color Cylindrical-coordinate representation of color #9F498A: hue angle of 314.65º 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 #9F498A is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 138 -
CMYK 0 0.54 0.13 0.38
HSL 314.65º 0.37% 0.45% -
HSV(B) 314.65º 0.54% 0.62% -
XYZ 21.27 13.97 25.62 -
YUV 106.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 159 73 138 0 0.54 0.13 0.38 314.65 0.37 0.45
Hex 9F 49 8A 0 36 D 26 13B 25 2D
Octal 237 111 212 0 66 15 46 473 45 55
Binary 10011111 1001001 10001010 0 110110 1101 100110 100111011 100101 101101

Color Harmonies of #9F498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F498A

Black with #9F498A

Text Example


Text Example

White with #9F498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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