Html Css Color HEX #9E4CBA Deep Lilac

📋 copy color: '#9E4CBA'

red 158 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #9E4CBA

Tints of Deep Lilac #9E4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 37.62%
G = 18.1%
B = 44.29%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E4CBA (or 0x9E4CBA) is known color: Deep Lilac. HEX triplet: 9E, 4C and BA. RGB value is (158,76,186). Sum of RGB (Red+Green+Blue) = 158+76+186=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CBA is #61B345. Grayscale: #707070. Windows color (decimal): -6402886 or 12209310. OLE color: 12209310.

HSL color Cylindrical-coordinate representation of color #9E4CBA: hue angle of 284.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4CBA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 76 186 -
CMYK 0.15 0.59 0 0.27
HSL 284.73º 0.44% 0.51% -
HSV(B) 284.73º 0.59% 0.73% -
XYZ 25.55 15.98 48.19 -
YUV 113.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 158 76 186 0.15 0.59 0 0.27 284.73 0.44 0.51
Hex 9E 4C BA F 3B 0 1B 11D 2C 33
Octal 236 114 272 17 73 0 33 435 54 63
Binary 10011110 1001100 10111010 1111 111011 0 11011 100011101 101100 110011

Color Harmonies of #9E4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CBA

Black with #9E4CBA

Text Example


Text Example

White with #9E4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,186); }

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

background-color css

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

 a { background-color: rgb(158,76,186); }

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

border-color css

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

 span { border-color: rgb(158,76,186); }

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