Html Css Color HEX #9B49CD Deep Lilac

📋 copy color: '#9B49CD'

red 155 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #9B49CD

Tints of Deep Lilac #9B49CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 35.8%
G = 16.86%
B = 47.34%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B49CD (or 0x9B49CD) is known color: Deep Lilac. HEX triplet: 9B, 49 and CD. RGB value is (155,73,205). Sum of RGB (Red+Green+Blue) = 155+73+205=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49CD is #64B632. Grayscale: #707070. Windows color (decimal): -6600243 or 13453723. OLE color: 13453723.

HSL color Cylindrical-coordinate representation of color #9B49CD: hue angle of 277.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B49CD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 73 205 -
CMYK 0.24 0.64 0 0.20
HSL 277.27º 0.57% 0.55% -
HSV(B) 277.27º 0.64% 0.8% -
XYZ 26.92 16.14 59.45 -
YUV 112.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 155 73 205 0.24 0.64 0 0.20 277.27 0.57 0.55
Hex 9B 49 CD 18 40 0 14 115 39 37
Octal 233 111 315 30 100 0 24 425 71 67
Binary 10011011 1001001 11001101 11000 1000000 0 10100 100010101 111001 110111

Color Harmonies of #9B49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49CD

Black with #9B49CD

Text Example


Text Example

White with #9B49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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