Html Css Color HEX #9D4FBA Deep Lilac

📋 copy color: '#9D4FBA'

red 157 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #9D4FBA

Tints of Deep Lilac #9D4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.72%

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

R = 37.2%
G = 18.72%
B = 44.08%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D4FBA (or 0x9D4FBA) is known color: Deep Lilac. HEX triplet: 9D, 4F and BA. RGB value is (157,79,186). Sum of RGB (Red+Green+Blue) = 157+79+186=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FBA is #62B045. Grayscale: #727272. Windows color (decimal): -6467654 or 12210077. OLE color: 12210077.

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

Color convert

RGB 157 79 186 -
CMYK 0.16 0.58 0 0.27
HSL 283.74º 0.44% 0.52% -
HSV(B) 283.74º 0.58% 0.73% -
XYZ 25.56 16.31 48.25 -
YUV 114.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 157 79 186 0.16 0.58 0 0.27 283.74 0.44 0.52
Hex 9D 4F BA 10 3A 0 1B 11C 2C 34
Octal 235 117 272 20 72 0 33 434 54 64
Binary 10011101 1001111 10111010 10000 111010 0 11011 100011100 101100 110100

Color Harmonies of #9D4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4FBA

Black with #9D4FBA

Text Example


Text Example

White with #9D4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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