Html Css Color HEX #9F49FA Blue Violet

📋 copy color: '#9F49FA'

red 159 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #9F49FA

Tints of Blue Violet #9F49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 32.99%
G = 15.15%
B = 51.87%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F49FA (or 0x9F49FA) is known color: Blue Violet. HEX triplet: 9F, 49 and FA. RGB value is (159,73,250). Sum of RGB (Red+Green+Blue) = 159+73+250=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49FA is #60B605. Grayscale: #767676. Windows color (decimal): -6338054 or 16402847. OLE color: 16402847.

HSL color Cylindrical-coordinate representation of color #9F49FA: hue angle of 269.15º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F49FA is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 73 250 -
CMYK 0.36 0.71 0 0.02
HSL 269.15º 0.95% 0.63% -
HSV(B) 269.15º 0.71% 0.98% -
XYZ 33.94 19.04 92.33 -
YUV 118.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 159 73 250 0.36 0.71 0 0.02 269.15 0.95 0.63
Hex 9F 49 FA 24 47 0 2 10D 5F 3F
Octal 237 111 372 44 107 0 2 415 137 77
Binary 10011111 1001001 11111010 100100 1000111 0 10 100001101 1011111 111111

Color Harmonies of #9F49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49FA

Black with #9F49FA

Text Example


Text Example

White with #9F49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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