Html Css Color HEX #9D4BBA Deep Lilac

📋 copy color: '#9D4BBA'

red 157 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #9D4BBA

Tints of Deep Lilac #9D4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 37.56%
G = 17.94%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D4BBA (or 0x9D4BBA) is known color: Deep Lilac. HEX triplet: 9D, 4B and BA. RGB value is (157,75,186). Sum of RGB (Red+Green+Blue) = 157+75+186=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BBA is #62B445. Grayscale: #6F6F6F. Windows color (decimal): -6468678 or 12209053. OLE color: 12209053.

HSL color Cylindrical-coordinate representation of color #9D4BBA: hue angle of 284.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D4BBA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 75 186 -
CMYK 0.16 0.60 0 0.27
HSL 284.32º 0.45% 0.51% -
HSV(B) 284.32º 0.6% 0.73% -
XYZ 25.28 15.75 48.16 -
YUV 112.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 157 75 186 0.16 0.60 0 0.27 284.32 0.45 0.51
Hex 9D 4B BA 10 3C 0 1B 11C 2D 33
Octal 235 113 272 20 74 0 33 434 55 63
Binary 10011101 1001011 10111010 10000 111100 0 11011 100011100 101101 110011

Color Harmonies of #9D4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4BBA

Black with #9D4BBA

Text Example


Text Example

White with #9D4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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