Html Css Color HEX #9049F3 Blue Violet

📋 copy color: '#9049F3'

red 144 ◦ green 73 ◦ blue 243

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

Shades of Blue Violet #9049F3

Tints of Blue Violet #9049F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.83%

R = 31.3%
G = 15.87%
B = 52.83%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9049F3 (or 0x9049F3) is known color: Blue Violet. HEX triplet: 90, 49 and F3. RGB value is (144,73,243). Sum of RGB (Red+Green+Blue) = 144+73+243=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #9049F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9049F3 is #6FB60C. Grayscale: #717171. Windows color (decimal): -7321101 or 15944080. OLE color: 15944080.

HSL color Cylindrical-coordinate representation of color #9049F3: hue angle of 265.06º degrees, saturation: 0.88, 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 #9049F3 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 73 243 -
CMYK 0.41 0.70 0 0.05
HSL 265.06º 0.88% 0.62% -
HSV(B) 265.06º 0.7% 0.95% -
XYZ 30.06 17.17 86.52 -
YUV 113.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 144 73 243 0.41 0.70 0 0.05 265.06 0.88 0.62
Hex 90 49 F3 29 46 0 5 109 58 3E
Octal 220 111 363 51 106 0 5 411 130 76
Binary 10010000 1001001 11110011 101001 1000110 0 101 100001001 1011000 111110

Color Harmonies of #9049F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049F3

Black with #9049F3

Text Example


Text Example

White with #9049F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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