Html Css Color HEX #9E42BE Deep Lilac

📋 copy color: '#9E42BE'

red 158 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #9E42BE

Tints of Deep Lilac #9E42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

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

R = 38.16%
G = 15.94%
B = 45.89%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E42BE (or 0x9E42BE) is known color: Deep Lilac. HEX triplet: 9E, 42 and BE. RGB value is (158,66,190). Sum of RGB (Red+Green+Blue) = 158+66+190=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42BE is #61BD41. Grayscale: #6B6B6B. Windows color (decimal): -6405442 or 12468894. OLE color: 12468894.

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

Color convert

RGB 158 66 190 -
CMYK 0.17 0.65 0 0.25
HSL 284.52º 0.49% 0.5% -
HSV(B) 284.52º 0.65% 0.75% -
XYZ 25.34 14.88 50.25 -
YUV 107.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 158 66 190 0.17 0.65 0 0.25 284.52 0.49 0.5
Hex 9E 42 BE 11 41 0 19 11D 31 32
Octal 236 102 276 21 101 0 31 435 61 62
Binary 10011110 1000010 10111110 10001 1000001 0 11001 100011101 110001 110010

Color Harmonies of #9E42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E42BE

Black with #9E42BE

Text Example


Text Example

White with #9E42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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