Html Css Color HEX #9F498E Violet Blue

📋 copy color: '#9F498E'

red 159 ◦ green 73 ◦ blue 142

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

Shades of Violet Blue #9F498E

Tints of Violet Blue #9F498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 42.51%
G = 19.52%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F498E (or 0x9F498E) is known color: Violet Blue. HEX triplet: 9F, 49 and 8E. RGB value is (159,73,142). Sum of RGB (Red+Green+Blue) = 159+73+142=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F498E is #60B671. Grayscale: #6A6A6A. Windows color (decimal): -6338162 or 9324959. OLE color: 9324959.

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

Color convert

RGB 159 73 142 -
CMYK 0 0.54 0.11 0.38
HSL 311.86º 0.37% 0.45% -
HSV(B) 311.86º 0.54% 0.62% -
XYZ 21.56 14.09 27.17 -
YUV 106.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 159 73 142 0 0.54 0.11 0.38 311.86 0.37 0.45
Hex 9F 49 8E 0 36 B 26 138 25 2D
Octal 237 111 216 0 66 13 46 470 45 55
Binary 10011111 1001001 10001110 0 110110 1011 100110 100111000 100101 101101

Color Harmonies of #9F498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F498E

Black with #9F498E

Text Example


Text Example

White with #9F498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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