Html Css Color HEX #9E48BC Deep Lilac

📋 copy color: '#9E48BC'

red 158 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #9E48BC

Tints of Deep Lilac #9E48BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 37.8%
G = 17.22%
B = 44.98%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E48BC (or 0x9E48BC) is known color: Deep Lilac. HEX triplet: 9E, 48 and BC. RGB value is (158,72,188). Sum of RGB (Red+Green+Blue) = 158+72+188=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E48BC is #61B743. Grayscale: #6E6E6E. Windows color (decimal): -6403908 or 12339358. OLE color: 12339358.

HSL color Cylindrical-coordinate representation of color #9E48BC: hue angle of 284.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E48BC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 72 188 -
CMYK 0.16 0.62 0 0.26
HSL 284.48º 0.46% 0.51% -
HSV(B) 284.48º 0.62% 0.74% -
XYZ 25.5 15.53 49.23 -
YUV 110.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 158 72 188 0.16 0.62 0 0.26 284.48 0.46 0.51
Hex 9E 48 BC 10 3E 0 1A 11C 2E 33
Octal 236 110 274 20 76 0 32 434 56 63
Binary 10011110 1001000 10111100 10000 111110 0 11010 100011100 101110 110011

Color Harmonies of #9E48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E48BC

Black with #9E48BC

Text Example


Text Example

White with #9E48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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