Html Css Color HEX #9048FC Blue Violet

📋 copy color: '#9048FC'

red 144 ◦ green 72 ◦ blue 252

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

Shades of Blue Violet #9048FC

Tints of Blue Violet #9048FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 30.77%
G = 15.38%
B = 53.85%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9048FC (or 0x9048FC) is known color: Blue Violet. HEX triplet: 90, 48 and FC. RGB value is (144,72,252). Sum of RGB (Red+Green+Blue) = 144+72+252=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #9048FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9048FC is #6FB703. Grayscale: #717171. Windows color (decimal): -7321348 or 16533648. OLE color: 16533648.

HSL color Cylindrical-coordinate representation of color #9048FC: hue angle of 264º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9048FC is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 72 252 -
CMYK 0.43 0.71 0 0.01
HSL 264º 0.97% 0.64% -
HSV(B) 264º 0.71% 0.99% -
XYZ 31.39 17.59 93.84 -
YUV 114.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 144 72 252 0.43 0.71 0 0.01 264 0.97 0.64
Hex 90 48 FC 2B 47 0 1 108 61 40
Octal 220 110 374 53 107 0 1 410 141 100
Binary 10010000 1001000 11111100 101011 1000111 0 1 100001000 1100001 1000000

Color Harmonies of #9048FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048FC

Black with #9048FC

Text Example


Text Example

White with #9048FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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