Html Css Color HEX #9D50BA Deep Lilac

📋 copy color: '#9D50BA'

red 157 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #9D50BA

Tints of Deep Lilac #9D50BA

RGB

 RED value IS 157 (61.72% from 255) = 37.12%

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

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

R = 37.12%
G = 18.91%
B = 43.97%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D50BA (or 0x9D50BA) is known color: Deep Lilac. HEX triplet: 9D, 50 and BA. RGB value is (157,80,186). Sum of RGB (Red+Green+Blue) = 157+80+186=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50BA is #62AF45. Grayscale: #727272. Windows color (decimal): -6467398 or 12210333. OLE color: 12210333.

HSL color Cylindrical-coordinate representation of color #9D50BA: hue angle of 283.58º 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 #9D50BA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 80 186 -
CMYK 0.16 0.57 0 0.27
HSL 283.58º 0.43% 0.52% -
HSV(B) 283.58º 0.57% 0.73% -
XYZ 25.64 16.45 48.28 -
YUV 115.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 157 80 186 0.16 0.57 0 0.27 283.58 0.43 0.52
Hex 9D 50 BA 10 39 0 1B 11C 2B 34
Octal 235 120 272 20 71 0 33 434 53 64
Binary 10011101 1010000 10111010 10000 111001 0 11011 100011100 101011 110100

Color Harmonies of #9D50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D50BA

Black with #9D50BA

Text Example


Text Example

White with #9D50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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