Html Css Color HEX #9049EB Blue Violet

📋 copy color: '#9049EB'

red 144 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #9049EB

Tints of Blue Violet #9049EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 31.86%
G = 16.15%
B = 51.99%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9049EB (or 0x9049EB) is known color: Blue Violet. HEX triplet: 90, 49 and EB. RGB value is (144,73,235). Sum of RGB (Red+Green+Blue) = 144+73+235=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #9049EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9049EB is #6FB614. Grayscale: #707070. Windows color (decimal): -7321109 or 15419792. OLE color: 15419792.

HSL color Cylindrical-coordinate representation of color #9049EB: hue angle of 266.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9049EB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 73 235 -
CMYK 0.39 0.69 0 0.08
HSL 266.3º 0.8% 0.6% -
HSV(B) 266.3º 0.69% 0.92% -
XYZ 28.88 16.69 80.3 -
YUV 112.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 144 73 235 0.39 0.69 0 0.08 266.3 0.8 0.6
Hex 90 49 EB 27 45 0 8 10A 50 3C
Octal 220 111 353 47 105 0 10 412 120 74
Binary 10010000 1001001 11101011 100111 1000101 0 1000 100001010 1010000 111100

Color Harmonies of #9049EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049EB

Black with #9049EB

Text Example


Text Example

White with #9049EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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