Html Css Color HEX #9F499F Violet Blue

📋 copy color: '#9F499F'

red 159 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #9F499F

Tints of Violet Blue #9F499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 40.66%
G = 18.67%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F499F (or 0x9F499F) is known color: Violet Blue. HEX triplet: 9F, 49 and 9F. RGB value is (159,73,159). Sum of RGB (Red+Green+Blue) = 159+73+159=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F499F is #60B660. Grayscale: #6C6C6C. Windows color (decimal): -6338145 or 10439071. OLE color: 10439071.

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

Color convert

RGB 159 73 159 -
CMYK 0 0.54 0 0.38
HSL 300º 0.37% 0.45% -
HSV(B) 300º 0.54% 0.62% -
XYZ 22.94 14.64 34.42 -
YUV 108.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 159 73 159 0 0.54 0 0.38 300 0.37 0.45
Hex 9F 49 9F 0 36 0 26 12C 25 2D
Octal 237 111 237 0 66 0 46 454 45 55
Binary 10011111 1001001 10011111 0 110110 0 100110 100101100 100101 101101

Color Harmonies of #9F499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F499F

Black with #9F499F

Text Example


Text Example

White with #9F499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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