Html Css Color HEX #9048EB Blue Violet

📋 copy color: '#9048EB'

red 144 ◦ green 72 ◦ blue 235

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

Shades of Blue Violet #9048EB

Tints of Blue Violet #9048EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 31.93%
G = 15.96%
B = 52.11%

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

#9048EB (or 0x9048EB) is known color: Blue Violet. HEX triplet: 90, 48 and EB. RGB value is (144,72,235). Sum of RGB (Red+Green+Blue) = 144+72+235=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #9048EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048EB is #6FB714. Grayscale: #6F6F6F. Windows color (decimal): -7321365 or 15419536. OLE color: 15419536.

HSL color Cylindrical-coordinate representation of color #9048EB: hue angle of 266.5º 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 #9048EB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 72 235 -
CMYK 0.39 0.69 0 0.08
HSL 266.5º 0.8% 0.6% -
HSV(B) 266.5º 0.69% 0.92% -
XYZ 28.81 16.56 80.28 -
YUV 112.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 144 72 235 0.39 0.69 0 0.08 266.5 0.8 0.6
Hex 90 48 EB 27 45 0 8 10B 50 3C
Octal 220 110 353 47 105 0 10 413 120 74
Binary 10010000 1001000 11101011 100111 1000101 0 1000 100001011 1010000 111100

Color Harmonies of #9048EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048EB

Black with #9048EB

Text Example


Text Example

White with #9048EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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