Html Css Color HEX #9048DB Blue Violet

📋 copy color: '#9048DB'

red 144 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #9048DB

Tints of Blue Violet #9048DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 33.1%
G = 16.55%
B = 50.34%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9048DB (or 0x9048DB) is known color: Blue Violet. HEX triplet: 90, 48 and DB. RGB value is (144,72,219). Sum of RGB (Red+Green+Blue) = 144+72+219=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #9048DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048DB is #6FB724. Grayscale: #6D6D6D. Windows color (decimal): -7321381 or 14370960. OLE color: 14370960.

HSL color Cylindrical-coordinate representation of color #9048DB: hue angle of 269.39º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9048DB is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 72 219 -
CMYK 0.34 0.67 0 0.14
HSL 269.39º 0.67% 0.57% -
HSV(B) 269.39º 0.67% 0.86% -
XYZ 26.61 15.68 68.64 -
YUV 110.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 144 72 219 0.34 0.67 0 0.14 269.39 0.67 0.57
Hex 90 48 DB 22 43 0 E 10D 43 39
Octal 220 110 333 42 103 0 16 415 103 71
Binary 10010000 1001000 11011011 100010 1000011 0 1110 100001101 1000011 111001

Color Harmonies of #9048DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048DB

Black with #9048DB

Text Example


Text Example

White with #9048DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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