Html Css Color HEX #9B49CA Deep Lilac

📋 copy color: '#9B49CA'

red 155 ◦ green 73 ◦ blue 202

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

Shades of Deep Lilac #9B49CA

Tints of Deep Lilac #9B49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 36.05%
G = 16.98%
B = 46.98%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B49CA (or 0x9B49CA) is known color: Deep Lilac. HEX triplet: 9B, 49 and CA. RGB value is (155,73,202). Sum of RGB (Red+Green+Blue) = 155+73+202=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49CA is #64B635. Grayscale: #6F6F6F. Windows color (decimal): -6600246 or 13257115. OLE color: 13257115.

HSL color Cylindrical-coordinate representation of color #9B49CA: hue angle of 278.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B49CA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 73 202 -
CMYK 0.23 0.64 0 0.21
HSL 278.14º 0.55% 0.54% -
HSV(B) 278.14º 0.64% 0.79% -
XYZ 26.56 16 57.57 -
YUV 112.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 155 73 202 0.23 0.64 0 0.21 278.14 0.55 0.54
Hex 9B 49 CA 17 40 0 15 116 37 36
Octal 233 111 312 27 100 0 25 426 67 66
Binary 10011011 1001001 11001010 10111 1000000 0 10101 100010110 110111 110110

Color Harmonies of #9B49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49CA

Black with #9B49CA

Text Example


Text Example

White with #9B49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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