Html Css Color HEX #9048BC Deep Lilac

📋 copy color: '#9048BC'

red 144 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #9048BC

Tints of Deep Lilac #9048BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 35.64%
G = 17.82%
B = 46.53%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9048BC (or 0x9048BC) is known color: Deep Lilac. HEX triplet: 90, 48 and BC. RGB value is (144,72,188). Sum of RGB (Red+Green+Blue) = 144+72+188=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9048BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048BC is #6FB743. Grayscale: #6A6A6A. Windows color (decimal): -7321412 or 12339344. OLE color: 12339344.

HSL color Cylindrical-coordinate representation of color #9048BC: hue angle of 277.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9048BC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 72 188 -
CMYK 0.23 0.62 0 0.26
HSL 277.24º 0.46% 0.51% -
HSV(B) 277.24º 0.62% 0.74% -
XYZ 22.9 14.19 49.11 -
YUV 106.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 144 72 188 0.23 0.62 0 0.26 277.24 0.46 0.51
Hex 90 48 BC 17 3E 0 1A 115 2E 33
Octal 220 110 274 27 76 0 32 425 56 63
Binary 10010000 1001000 10111100 10111 111110 0 11010 100010101 101110 110011

Color Harmonies of #9048BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048BC

Black with #9048BC

Text Example


Text Example

White with #9048BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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