Html Css Color HEX #9048EA Blue Violet

📋 copy color: '#9048EA'

red 144 ◦ green 72 ◦ blue 234

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

Shades of Blue Violet #9048EA

Tints of Blue Violet #9048EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 32%
G = 16%
B = 52%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9048EA (or 0x9048EA) is known color: Blue Violet. HEX triplet: 90, 48 and EA. RGB value is (144,72,234). Sum of RGB (Red+Green+Blue) = 144+72+234=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #9048EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048EA is #6FB715. Grayscale: #6F6F6F. Windows color (decimal): -7321366 or 15354000. OLE color: 15354000.

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

Color convert

RGB 144 72 234 -
CMYK 0.38 0.69 0 0.08
HSL 266.67º 0.79% 0.6% -
HSV(B) 266.67º 0.69% 0.92% -
XYZ 28.67 16.5 79.52 -
YUV 112 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 144 72 234 0.38 0.69 0 0.08 266.67 0.79 0.6
Hex 90 48 EA 26 45 0 8 10B 4F 3C
Octal 220 110 352 46 105 0 10 413 117 74
Binary 10010000 1001000 11101010 100110 1000101 0 1000 100001011 1001111 111100

Color Harmonies of #9048EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048EA

Black with #9048EA

Text Example


Text Example

White with #9048EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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