Html Css Color HEX #9D48BE Deep Lilac

📋 copy color: '#9D48BE'

red 157 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #9D48BE

Tints of Deep Lilac #9D48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 37.47%
G = 17.18%
B = 45.35%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D48BE (or 0x9D48BE) is known color: Deep Lilac. HEX triplet: 9D, 48 and BE. RGB value is (157,72,190). Sum of RGB (Red+Green+Blue) = 157+72+190=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48BE is #62B741. Grayscale: #6E6E6E. Windows color (decimal): -6469442 or 12470429. OLE color: 12470429.

HSL color Cylindrical-coordinate representation of color #9D48BE: hue angle of 283.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D48BE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 72 190 -
CMYK 0.17 0.62 0 0.25
HSL 283.22º 0.48% 0.51% -
HSV(B) 283.22º 0.62% 0.75% -
XYZ 25.52 15.52 50.37 -
YUV 110.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 157 72 190 0.17 0.62 0 0.25 283.22 0.48 0.51
Hex 9D 48 BE 11 3E 0 19 11B 30 33
Octal 235 110 276 21 76 0 31 433 60 63
Binary 10011101 1001000 10111110 10001 111110 0 11001 100011011 110000 110011

Color Harmonies of #9D48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D48BE

Black with #9D48BE

Text Example


Text Example

White with #9D48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,190); }

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

background-color css

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

 a { background-color: rgb(157,72,190); }

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

border-color css

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

 span { border-color: rgb(157,72,190); }

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