Html Css Color HEX #9048CB Deep Lilac

📋 copy color: '#9048CB'

red 144 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9048CB

Tints of Deep Lilac #9048CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 34.37%
G = 17.18%
B = 48.45%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9048CB (or 0x9048CB) is known color: Deep Lilac. HEX triplet: 90, 48 and CB. RGB value is (144,72,203). Sum of RGB (Red+Green+Blue) = 144+72+203=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9048CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048CB is #6FB734. Grayscale: #6C6C6C. Windows color (decimal): -7321397 or 13322384. OLE color: 13322384.

HSL color Cylindrical-coordinate representation of color #9048CB: hue angle of 272.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9048CB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 72 203 -
CMYK 0.29 0.65 0 0.20
HSL 272.98º 0.56% 0.54% -
HSV(B) 272.98º 0.65% 0.8% -
XYZ 24.6 14.88 58.07 -
YUV 108.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 144 72 203 0.29 0.65 0 0.20 272.98 0.56 0.54
Hex 90 48 CB 1D 41 0 14 111 38 36
Octal 220 110 313 35 101 0 24 421 70 66
Binary 10010000 1001000 11001011 11101 1000001 0 10100 100010001 111000 110110

Color Harmonies of #9048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048CB

Black with #9048CB

Text Example


Text Example

White with #9048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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