Html Css Color HEX #9E48BE Deep Lilac

📋 copy color: '#9E48BE'

red 158 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #9E48BE

Tints of Deep Lilac #9E48BE

RGB

 RED value IS 158 (62.11% from 255) = 37.62%

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

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

R = 37.62%
G = 17.14%
B = 45.24%

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

#9E48BE (or 0x9E48BE) is known color: Deep Lilac. HEX triplet: 9E, 48 and BE. RGB value is (158,72,190). Sum of RGB (Red+Green+Blue) = 158+72+190=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E48BE is #61B741. Grayscale: #6E6E6E. Windows color (decimal): -6403906 or 12470430. OLE color: 12470430.

HSL color Cylindrical-coordinate representation of color #9E48BE: hue angle of 283.73º 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 #9E48BE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 72 190 -
CMYK 0.17 0.62 0 0.25
HSL 283.73º 0.48% 0.51% -
HSV(B) 283.73º 0.62% 0.75% -
XYZ 25.71 15.62 50.38 -
YUV 111.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 158 72 190 0.17 0.62 0 0.25 283.73 0.48 0.51
Hex 9E 48 BE 11 3E 0 19 11C 30 33
Octal 236 110 276 21 76 0 31 434 60 63
Binary 10011110 1001000 10111110 10001 111110 0 11001 100011100 110000 110011

Color Harmonies of #9E48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E48BE

Black with #9E48BE

Text Example


Text Example

White with #9E48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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