Html Css Color HEX #9D4DBA Deep Lilac

📋 copy color: '#9D4DBA'

red 157 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #9D4DBA

Tints of Deep Lilac #9D4DBA

RGB

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

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

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

R = 37.38%
G = 18.33%
B = 44.29%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D4DBA (or 0x9D4DBA) is known color: Deep Lilac. HEX triplet: 9D, 4D and BA. RGB value is (157,77,186). Sum of RGB (Red+Green+Blue) = 157+77+186=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DBA is #62B245. Grayscale: #707070. Windows color (decimal): -6468166 or 12209565. OLE color: 12209565.

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

Color convert

RGB 157 77 186 -
CMYK 0.16 0.59 0 0.27
HSL 284.04º 0.44% 0.52% -
HSV(B) 284.04º 0.59% 0.73% -
XYZ 25.42 16.02 48.21 -
YUV 113.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 157 77 186 0.16 0.59 0 0.27 284.04 0.44 0.52
Hex 9D 4D BA 10 3B 0 1B 11C 2C 34
Octal 235 115 272 20 73 0 33 434 54 64
Binary 10011101 1001101 10111010 10000 111011 0 11011 100011100 101100 110100

Color Harmonies of #9D4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DBA

Black with #9D4DBA

Text Example


Text Example

White with #9D4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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