Html Css Color HEX #9048C0 Deep Lilac

📋 copy color: '#9048C0'

red 144 ◦ green 72 ◦ blue 192

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

Shades of Deep Lilac #9048C0

Tints of Deep Lilac #9048C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 35.29%
G = 17.65%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9048C0 (or 0x9048C0) is known color: Deep Lilac. HEX triplet: 90, 48 and C0. RGB value is (144,72,192). Sum of RGB (Red+Green+Blue) = 144+72+192=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #9048C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048C0 is #6FB73F. Grayscale: #6A6A6A. Windows color (decimal): -7321408 or 12601488. OLE color: 12601488.

HSL color Cylindrical-coordinate representation of color #9048C0: hue angle of 276º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9048C0 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 72 192 -
CMYK 0.25 0.63 0 0.25
HSL 276º 0.49% 0.52% -
HSV(B) 276º 0.63% 0.75% -
XYZ 23.33 14.37 51.41 -
YUV 107.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 144 72 192 0.25 0.63 0 0.25 276 0.49 0.52
Hex 90 48 C0 19 3F 0 19 114 31 34
Octal 220 110 300 31 77 0 31 424 61 64
Binary 10010000 1001000 11000000 11001 111111 0 11001 100010100 110001 110100

Color Harmonies of #9048C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048C0

Black with #9048C0

Text Example


Text Example

White with #9048C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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