Html Css Color HEX #9B49CE Deep Lilac

📋 copy color: '#9B49CE'

red 155 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #9B49CE

Tints of Deep Lilac #9B49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 35.71%
G = 16.82%
B = 47.47%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B49CE (or 0x9B49CE) is known color: Deep Lilac. HEX triplet: 9B, 49 and CE. RGB value is (155,73,206). Sum of RGB (Red+Green+Blue) = 155+73+206=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49CE is #64B631. Grayscale: #707070. Windows color (decimal): -6600242 or 13519259. OLE color: 13519259.

HSL color Cylindrical-coordinate representation of color #9B49CE: hue angle of 276.99º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B49CE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 73 206 -
CMYK 0.25 0.65 0 0.19
HSL 276.99º 0.58% 0.55% -
HSV(B) 276.99º 0.65% 0.81% -
XYZ 27.04 16.19 60.09 -
YUV 112.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 155 73 206 0.25 0.65 0 0.19 276.99 0.58 0.55
Hex 9B 49 CE 19 41 0 13 115 3A 37
Octal 233 111 316 31 101 0 23 425 72 67
Binary 10011011 1001001 11001110 11001 1000001 0 10011 100010101 111010 110111

Color Harmonies of #9B49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49CE

Black with #9B49CE

Text Example


Text Example

White with #9B49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,206); }

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

background-color css

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

 a { background-color: rgb(155,73,206); }

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

border-color css

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

 span { border-color: rgb(155,73,206); }

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