Html Css Color HEX #9049EC Blue Violet

📋 copy color: '#9049EC'

red 144 ◦ green 73 ◦ blue 236

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

Shades of Blue Violet #9049EC

Tints of Blue Violet #9049EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 31.79%
G = 16.11%
B = 52.1%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9049EC (or 0x9049EC) is known color: Blue Violet. HEX triplet: 90, 49 and EC. RGB value is (144,73,236). Sum of RGB (Red+Green+Blue) = 144+73+236=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #9049EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9049EC is #6FB613. Grayscale: #707070. Windows color (decimal): -7321108 or 15485328. OLE color: 15485328.

HSL color Cylindrical-coordinate representation of color #9049EC: hue angle of 266.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9049EC is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 73 236 -
CMYK 0.39 0.69 0 0.07
HSL 266.13º 0.81% 0.61% -
HSV(B) 266.13º 0.69% 0.93% -
XYZ 29.02 16.75 81.06 -
YUV 112.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 144 73 236 0.39 0.69 0 0.07 266.13 0.81 0.61
Hex 90 49 EC 27 45 0 7 10A 51 3D
Octal 220 111 354 47 105 0 7 412 121 75
Binary 10010000 1001001 11101100 100111 1000101 0 111 100001010 1010001 111101

Color Harmonies of #9049EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049EC

Black with #9049EC

Text Example


Text Example

White with #9049EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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