Html Css Color HEX #9E4FB3 Deep Lilac

📋 copy color: '#9E4FB3'

red 158 ◦ green 79 ◦ blue 179

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

Shades of Deep Lilac #9E4FB3

Tints of Deep Lilac #9E4FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.03%

R = 37.98%
G = 18.99%
B = 43.03%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9E4FB3 (or 0x9E4FB3) is known color: Deep Lilac. HEX triplet: 9E, 4F and B3. RGB value is (158,79,179). Sum of RGB (Red+Green+Blue) = 158+79+179=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E4FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FB3 is #61B04C. Grayscale: #717171. Windows color (decimal): -6402125 or 11751326. OLE color: 11751326.

HSL color Cylindrical-coordinate representation of color #9E4FB3: hue angle of 287.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4FB3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 79 179 -
CMYK 0.12 0.56 0 0.30
HSL 287.4º 0.4% 0.51% -
HSV(B) 287.4º 0.56% 0.7% -
XYZ 25.03 16.12 44.44 -
YUV 114.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 158 79 179 0.12 0.56 0 0.30 287.4 0.4 0.51
Hex 9E 4F B3 C 38 0 1E 11F 28 33
Octal 236 117 263 14 70 0 36 437 50 63
Binary 10011110 1001111 10110011 1100 111000 0 11110 100011111 101000 110011

Color Harmonies of #9E4FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FB3

Black with #9E4FB3

Text Example


Text Example

White with #9E4FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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