Html Css Color HEX #9E4FBC Deep Lilac

📋 copy color: '#9E4FBC'

red 158 ◦ green 79 ◦ blue 188

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

Shades of Deep Lilac #9E4FBC

Tints of Deep Lilac #9E4FBC

RGB

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

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

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

R = 37.18%
G = 18.59%
B = 44.24%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E4FBC (or 0x9E4FBC) is known color: Deep Lilac. HEX triplet: 9E, 4F and BC. RGB value is (158,79,188). Sum of RGB (Red+Green+Blue) = 158+79+188=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FBC is #61B043. Grayscale: #727272. Windows color (decimal): -6402116 or 12341150. OLE color: 12341150.

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

Color convert

RGB 158 79 188 -
CMYK 0.16 0.58 0 0.26
HSL 283.49º 0.45% 0.52% -
HSV(B) 283.49º 0.58% 0.74% -
XYZ 25.97 16.49 49.39 -
YUV 115.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 158 79 188 0.16 0.58 0 0.26 283.49 0.45 0.52
Hex 9E 4F BC 10 3A 0 1A 11B 2D 34
Octal 236 117 274 20 72 0 32 433 55 64
Binary 10011110 1001111 10111100 10000 111010 0 11010 100011011 101101 110100

Color Harmonies of #9E4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FBC

Black with #9E4FBC

Text Example


Text Example

White with #9E4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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