Html Css Color HEX #9E40BB Deep Lilac

📋 copy color: '#9E40BB'

red 158 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #9E40BB

Tints of Deep Lilac #9E40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 38.63%
G = 15.65%
B = 45.72%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E40BB (or 0x9E40BB) is known color: Deep Lilac. HEX triplet: 9E, 40 and BB. RGB value is (158,64,187). Sum of RGB (Red+Green+Blue) = 158+64+187=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BB is #61BF44. Grayscale: #696969. Windows color (decimal): -6405957 or 12271774. OLE color: 12271774.

HSL color Cylindrical-coordinate representation of color #9E40BB: hue angle of 285.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E40BB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 64 187 -
CMYK 0.16 0.66 0 0.27
HSL 285.85º 0.49% 0.49% -
HSV(B) 285.85º 0.66% 0.73% -
XYZ 24.9 14.52 48.5 -
YUV 106.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 158 64 187 0.16 0.66 0 0.27 285.85 0.49 0.49
Hex 9E 40 BB 10 42 0 1B 11E 31 31
Octal 236 100 273 20 102 0 33 436 61 61
Binary 10011110 1000000 10111011 10000 1000010 0 11011 100011110 110001 110001

Color Harmonies of #9E40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E40BB

Black with #9E40BB

Text Example


Text Example

White with #9E40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,187); }

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

background-color css

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

 a { background-color: rgb(158,64,187); }

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

border-color css

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

 span { border-color: rgb(158,64,187); }

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