Html Css Color HEX #9F49F1 Blue Violet

📋 copy color: '#9F49F1'

red 159 ◦ green 73 ◦ blue 241

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

Shades of Blue Violet #9F49F1

Tints of Blue Violet #9F49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 33.62%
G = 15.43%
B = 50.95%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F49F1 (or 0x9F49F1) is known color: Blue Violet. HEX triplet: 9F, 49 and F1. RGB value is (159,73,241). Sum of RGB (Red+Green+Blue) = 159+73+241=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49F1 is #60B60E. Grayscale: #757575. Windows color (decimal): -6338063 or 15813023. OLE color: 15813023.

HSL color Cylindrical-coordinate representation of color #9F49F1: hue angle of 270.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F49F1 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 73 241 -
CMYK 0.34 0.70 0 0.05
HSL 270.71º 0.86% 0.62% -
HSV(B) 270.71º 0.7% 0.95% -
XYZ 32.56 18.49 85.07 -
YUV 117.87 197.49 157.34 -
System Red Green Blue C M Y K H S L
Decimal 159 73 241 0.34 0.70 0 0.05 270.71 0.86 0.62
Hex 9F 49 F1 22 46 0 5 10F 56 3E
Octal 237 111 361 42 106 0 5 417 126 76
Binary 10011111 1001001 11110001 100010 1000110 0 101 100001111 1010110 111110

Color Harmonies of #9F49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49F1

Black with #9F49F1

Text Example


Text Example

White with #9F49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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