Html Css Color HEX #9048FB Blue Violet

📋 copy color: '#9048FB'

red 144 ◦ green 72 ◦ blue 251

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

Shades of Blue Violet #9048FB

Tints of Blue Violet #9048FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 30.84%
G = 15.42%
B = 53.75%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9048FB (or 0x9048FB) is known color: Blue Violet. HEX triplet: 90, 48 and FB. RGB value is (144,72,251). Sum of RGB (Red+Green+Blue) = 144+72+251=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #9048FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048FB is #6FB704. Grayscale: #717171. Windows color (decimal): -7321349 or 16468112. OLE color: 16468112.

HSL color Cylindrical-coordinate representation of color #9048FB: hue angle of 264.13º degrees, saturation: 0.96, 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 #9048FB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 72 251 -
CMYK 0.43 0.71 0 0.02
HSL 264.13º 0.96% 0.63% -
HSV(B) 264.13º 0.71% 0.98% -
XYZ 31.23 17.53 93 -
YUV 113.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 144 72 251 0.43 0.71 0 0.02 264.13 0.96 0.63
Hex 90 48 FB 2B 47 0 2 108 60 3F
Octal 220 110 373 53 107 0 2 410 140 77
Binary 10010000 1001000 11111011 101011 1000111 0 10 100001000 1100000 111111

Color Harmonies of #9048FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048FB

Black with #9048FB

Text Example


Text Example

White with #9048FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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