Html Css Color HEX #9B48BC Deep Lilac

📋 copy color: '#9B48BC'

red 155 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #9B48BC

Tints of Deep Lilac #9B48BC

RGB

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

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

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

R = 37.35%
G = 17.35%
B = 45.3%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B48BC (or 0x9B48BC) is known color: Deep Lilac. HEX triplet: 9B, 48 and BC. RGB value is (155,72,188). Sum of RGB (Red+Green+Blue) = 155+72+188=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B48BC is #64B743. Grayscale: #6D6D6D. Windows color (decimal): -6600516 or 12339355. OLE color: 12339355.

HSL color Cylindrical-coordinate representation of color #9B48BC: hue angle of 282.93º 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 #9B48BC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 72 188 -
CMYK 0.18 0.62 0 0.26
HSL 282.93º 0.46% 0.51% -
HSV(B) 282.93º 0.62% 0.74% -
XYZ 24.91 15.23 49.2 -
YUV 110.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 155 72 188 0.18 0.62 0 0.26 282.93 0.46 0.51
Hex 9B 48 BC 12 3E 0 1A 11B 2E 33
Octal 233 110 274 22 76 0 32 433 56 63
Binary 10011011 1001000 10111100 10010 111110 0 11010 100011011 101110 110011

Color Harmonies of #9B48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B48BC

Black with #9B48BC

Text Example


Text Example

White with #9B48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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