Html Css Color HEX #9048FA Blue Violet

📋 copy color: '#9048FA'

red 144 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #9048FA

Tints of Blue Violet #9048FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 30.9%
G = 15.45%
B = 53.65%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9048FA (or 0x9048FA) is known color: Blue Violet. HEX triplet: 90, 48 and FA. RGB value is (144,72,250). Sum of RGB (Red+Green+Blue) = 144+72+250=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #9048FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048FA is #6FB705. Grayscale: #717171. Windows color (decimal): -7321350 or 16402576. OLE color: 16402576.

HSL color Cylindrical-coordinate representation of color #9048FA: hue angle of 264.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9048FA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 72 250 -
CMYK 0.42 0.71 0 0.02
HSL 264.27º 0.95% 0.63% -
HSV(B) 264.27º 0.71% 0.98% -
XYZ 31.07 17.47 92.18 -
YUV 113.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 144 72 250 0.42 0.71 0 0.02 264.27 0.95 0.63
Hex 90 48 FA 2A 47 0 2 108 5F 3F
Octal 220 110 372 52 107 0 2 410 137 77
Binary 10010000 1001000 11111010 101010 1000111 0 10 100001000 1011111 111111

Color Harmonies of #9048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048FA

Black with #9048FA

Text Example


Text Example

White with #9048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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