Html Css Color HEX #9049F7 Blue Violet

📋 copy color: '#9049F7'

red 144 ◦ green 73 ◦ blue 247

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

Shades of Blue Violet #9049F7

Tints of Blue Violet #9049F7

RGB

 RED value IS 144 (56.64% from 255) = 31.03%

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

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 31.03%
G = 15.73%
B = 53.23%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9049F7 (or 0x9049F7) is known color: Blue Violet. HEX triplet: 90, 49 and F7. RGB value is (144,73,247). Sum of RGB (Red+Green+Blue) = 144+73+247=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #9049F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9049F7 is #6FB608. Grayscale: #717171. Windows color (decimal): -7321097 or 16206224. OLE color: 16206224.

HSL color Cylindrical-coordinate representation of color #9049F7: hue angle of 264.48º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9049F7 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 73 247 -
CMYK 0.42 0.70 0 0.03
HSL 264.48º 0.92% 0.63% -
HSV(B) 264.48º 0.7% 0.97% -
XYZ 30.67 17.41 89.74 -
YUV 114.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 144 73 247 0.42 0.70 0 0.03 264.48 0.92 0.63
Hex 90 49 F7 2A 46 0 3 108 5C 3F
Octal 220 111 367 52 106 0 3 410 134 77
Binary 10010000 1001001 11110111 101010 1000110 0 11 100001000 1011100 111111

Color Harmonies of #9049F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049F7

Black with #9049F7

Text Example


Text Example

White with #9049F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9049F7; }

 p { color: rgb(144,73,247); }

 H1.HeaderClassName
 {
   color: #9049F7;
 }
 .AnyTagClassName
 {
   color: #9049F7;
 }
</style>

background-color css

<style>
 a { background-color: #9049F7; }

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

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

border-color css

<style>
 span { border-color: #9049F7; }

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

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