Html Css Color HEX #9049DF Blue Violet

📋 copy color: '#9049DF'

red 144 ◦ green 73 ◦ blue 223

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

Shades of Blue Violet #9049DF

Tints of Blue Violet #9049DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 32.73%
G = 16.59%
B = 50.68%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9049DF (or 0x9049DF) is known color: Blue Violet. HEX triplet: 90, 49 and DF. RGB value is (144,73,223). Sum of RGB (Red+Green+Blue) = 144+73+223=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #9049DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049DF is #6FB620. Grayscale: #6E6E6E. Windows color (decimal): -7321121 or 14633360. OLE color: 14633360.

HSL color Cylindrical-coordinate representation of color #9049DF: hue angle of 268.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9049DF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 73 223 -
CMYK 0.35 0.67 0 0.13
HSL 268.4º 0.7% 0.58% -
HSV(B) 268.4º 0.67% 0.87% -
XYZ 27.2 16.02 71.47 -
YUV 111.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 144 73 223 0.35 0.67 0 0.13 268.4 0.7 0.58
Hex 90 49 DF 23 43 0 D 10C 46 3A
Octal 220 111 337 43 103 0 15 414 106 72
Binary 10010000 1001001 11011111 100011 1000011 0 1101 100001100 1000110 111010

Color Harmonies of #9049DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049DF

Black with #9049DF

Text Example


Text Example

White with #9049DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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