Html Css Color HEX #9B4DCA Deep Lilac

📋 copy color: '#9B4DCA'

red 155 ◦ green 77 ◦ blue 202

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

Shades of Deep Lilac #9B4DCA

Tints of Deep Lilac #9B4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 35.71%
G = 17.74%
B = 46.54%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B4DCA (or 0x9B4DCA) is known color: Deep Lilac. HEX triplet: 9B, 4D and CA. RGB value is (155,77,202). Sum of RGB (Red+Green+Blue) = 155+77+202=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4DCA is #64B235. Grayscale: #727272. Windows color (decimal): -6599222 or 13258139. OLE color: 13258139.

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

Color convert

RGB 155 77 202 -
CMYK 0.23 0.62 0 0.21
HSL 277.44º 0.54% 0.55% -
HSV(B) 277.44º 0.62% 0.79% -
XYZ 26.83 16.54 57.66 -
YUV 114.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 155 77 202 0.23 0.62 0 0.21 277.44 0.54 0.55
Hex 9B 4D CA 17 3E 0 15 115 36 37
Octal 233 115 312 27 76 0 25 425 66 67
Binary 10011011 1001101 11001010 10111 111110 0 10101 100010101 110110 110111

Color Harmonies of #9B4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DCA

Black with #9B4DCA

Text Example


Text Example

White with #9B4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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