Html Css Color HEX #9F4995 Violet Blue

📋 copy color: '#9F4995'

red 159 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #9F4995

Tints of Violet Blue #9F4995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 41.73%
G = 19.16%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F4995 (or 0x9F4995) is known color: Violet Blue. HEX triplet: 9F, 49 and 95. RGB value is (159,73,149). Sum of RGB (Red+Green+Blue) = 159+73+149=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4995 is #60B66A. Grayscale: #6B6B6B. Windows color (decimal): -6338155 or 9783711. OLE color: 9783711.

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

Color convert

RGB 159 73 149 -
CMYK 0 0.54 0.06 0.38
HSL 306.98º 0.37% 0.45% -
HSV(B) 306.98º 0.54% 0.62% -
XYZ 22.11 14.31 30.03 -
YUV 107.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 159 73 149 0 0.54 0.06 0.38 306.98 0.37 0.45
Hex 9F 49 95 0 36 6 26 133 25 2D
Octal 237 111 225 0 66 6 46 463 45 55
Binary 10011111 1001001 10010101 0 110110 110 100110 100110011 100101 101101

Color Harmonies of #9F4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4995

Black with #9F4995

Text Example


Text Example

White with #9F4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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