Html Css Color HEX #9048EF Blue Violet

📋 copy color: '#9048EF'

red 144 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #9048EF

Tints of Blue Violet #9048EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 31.65%
G = 15.82%
B = 52.53%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9048EF (or 0x9048EF) is known color: Blue Violet. HEX triplet: 90, 48 and EF. RGB value is (144,72,239). Sum of RGB (Red+Green+Blue) = 144+72+239=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #9048EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048EF is #6FB710. Grayscale: #6F6F6F. Windows color (decimal): -7321361 or 15681680. OLE color: 15681680.

HSL color Cylindrical-coordinate representation of color #9048EF: hue angle of 265.87º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9048EF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 72 239 -
CMYK 0.40 0.70 0 0.06
HSL 265.87º 0.84% 0.61% -
HSV(B) 265.87º 0.7% 0.94% -
XYZ 29.4 16.8 83.35 -
YUV 112.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 144 72 239 0.40 0.70 0 0.06 265.87 0.84 0.61
Hex 90 48 EF 28 46 0 6 10A 54 3D
Octal 220 110 357 50 106 0 6 412 124 75
Binary 10010000 1001000 11101111 101000 1000110 0 110 100001010 1010100 111101

Color Harmonies of #9048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048EF

Black with #9048EF

Text Example


Text Example

White with #9048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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