Html Css Color HEX #9B50BA Deep Lilac

📋 copy color: '#9B50BA'

red 155 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #9B50BA

Tints of Deep Lilac #9B50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 36.82%
G = 19%
B = 44.18%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B50BA (or 0x9B50BA) is known color: Deep Lilac. HEX triplet: 9B, 50 and BA. RGB value is (155,80,186). Sum of RGB (Red+Green+Blue) = 155+80+186=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50BA is #64AF45. Grayscale: #727272. Windows color (decimal): -6598470 or 12210331. OLE color: 12210331.

HSL color Cylindrical-coordinate representation of color #9B50BA: hue angle of 282.45º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B50BA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 80 186 -
CMYK 0.17 0.57 0 0.27
HSL 282.45º 0.43% 0.52% -
HSV(B) 282.45º 0.57% 0.73% -
XYZ 25.25 16.25 48.26 -
YUV 114.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 155 80 186 0.17 0.57 0 0.27 282.45 0.43 0.52
Hex 9B 50 BA 11 39 0 1B 11A 2B 34
Octal 233 120 272 21 71 0 33 432 53 64
Binary 10011011 1010000 10111010 10001 111001 0 11011 100011010 101011 110100

Color Harmonies of #9B50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50BA

Black with #9B50BA

Text Example


Text Example

White with #9B50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,186); }

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

background-color css

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

 a { background-color: rgb(155,80,186); }

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

border-color css

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

 span { border-color: rgb(155,80,186); }

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