Html Css Color HEX #9B48CB Deep Lilac

📋 copy color: '#9B48CB'

red 155 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #9B48CB

Tints of Deep Lilac #9B48CB

RGB

 RED value IS 155 (60.94% from 255) = 36.05%

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

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

R = 36.05%
G = 16.74%
B = 47.21%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B48CB (or 0x9B48CB) is known color: Deep Lilac. HEX triplet: 9B, 48 and CB. RGB value is (155,72,203). Sum of RGB (Red+Green+Blue) = 155+72+203=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B48CB is #64B734. Grayscale: #6F6F6F. Windows color (decimal): -6600501 or 13322395. OLE color: 13322395.

HSL color Cylindrical-coordinate representation of color #9B48CB: hue angle of 278.02º 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 #9B48CB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 72 203 -
CMYK 0.24 0.65 0 0.20
HSL 278.02º 0.56% 0.54% -
HSV(B) 278.02º 0.65% 0.8% -
XYZ 26.61 15.92 58.17 -
YUV 111.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 155 72 203 0.24 0.65 0 0.20 278.02 0.56 0.54
Hex 9B 48 CB 18 41 0 14 116 38 36
Octal 233 110 313 30 101 0 24 426 70 66
Binary 10011011 1001000 11001011 11000 1000001 0 10100 100010110 111000 110110

Color Harmonies of #9B48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B48CB

Black with #9B48CB

Text Example


Text Example

White with #9B48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B48CB; }

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

 H1.HeaderClassName
 {
   color: #9B48CB;
 }
 .AnyTagClassName
 {
   color: #9B48CB;
 }
</style>

background-color css

<style>
 a { background-color: #9B48CB; }

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

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

border-color css

<style>
 span { border-color: #9B48CB; }

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

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