Html Css Color HEX #9B48AB Deep Lilac

📋 copy color: '#9B48AB'

red 155 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #9B48AB

Tints of Deep Lilac #9B48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 38.94%
G = 18.09%
B = 42.96%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B48AB (or 0x9B48AB) is known color: Deep Lilac. HEX triplet: 9B, 48 and AB. RGB value is (155,72,171). Sum of RGB (Red+Green+Blue) = 155+72+171=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B48AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B48AB is #64B754. Grayscale: #6B6B6B. Windows color (decimal): -6600533 or 11225243. OLE color: 11225243.

HSL color Cylindrical-coordinate representation of color #9B48AB: hue angle of 290.3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B48AB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 72 171 -
CMYK 0.09 0.58 0 0.33
HSL 290.3º 0.41% 0.48% -
HSV(B) 290.3º 0.58% 0.67% -
XYZ 23.19 14.54 40.11 -
YUV 108.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 155 72 171 0.09 0.58 0 0.33 290.3 0.41 0.48
Hex 9B 48 AB 9 3A 0 21 122 29 30
Octal 233 110 253 11 72 0 41 442 51 60
Binary 10011011 1001000 10101011 1001 111010 0 100001 100100010 101001 110000

Color Harmonies of #9B48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B48AB

Black with #9B48AB

Text Example


Text Example

White with #9B48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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