Html Css Color HEX #9E46BE Deep Lilac

📋 copy color: '#9E46BE'

red 158 ◦ green 70 ◦ blue 190

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

Shades of Deep Lilac #9E46BE

Tints of Deep Lilac #9E46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 37.8%
G = 16.75%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E46BE (or 0x9E46BE) is known color: Deep Lilac. HEX triplet: 9E, 46 and BE. RGB value is (158,70,190). Sum of RGB (Red+Green+Blue) = 158+70+190=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46BE is #61B941. Grayscale: #6D6D6D. Windows color (decimal): -6404418 or 12469918. OLE color: 12469918.

HSL color Cylindrical-coordinate representation of color #9E46BE: hue angle of 284º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E46BE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 70 190 -
CMYK 0.17 0.63 0 0.25
HSL 284º 0.48% 0.51% -
HSV(B) 284º 0.63% 0.75% -
XYZ 25.58 15.37 50.33 -
YUV 109.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 158 70 190 0.17 0.63 0 0.25 284 0.48 0.51
Hex 9E 46 BE 11 3F 0 19 11C 30 33
Octal 236 106 276 21 77 0 31 434 60 63
Binary 10011110 1000110 10111110 10001 111111 0 11001 100011100 110000 110011

Color Harmonies of #9E46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E46BE

Black with #9E46BE

Text Example


Text Example

White with #9E46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,70,190); }

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

background-color css

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

 a { background-color: rgb(158,70,190); }

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

border-color css

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

 span { border-color: rgb(158,70,190); }

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