Html Css Color HEX #9E65BE Deep Lilac

📋 copy color: '#9E65BE'

red 158 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #9E65BE

Tints of Deep Lilac #9E65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.49%

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

R = 35.19%
G = 22.49%
B = 42.32%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E65BE (or 0x9E65BE) is known color: Deep Lilac. HEX triplet: 9E, 65 and BE. RGB value is (158,101,190). Sum of RGB (Red+Green+Blue) = 158+101+190=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65BE is #619A41. Grayscale: #7F7F7F. Windows color (decimal): -6396482 or 12477854. OLE color: 12477854.

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

Color convert

RGB 158 101 190 -
CMYK 0.17 0.47 0 0.25
HSL 278.43º 0.41% 0.57% -
HSV(B) 278.43º 0.47% 0.75% -
XYZ 28.05 20.29 51.15 -
YUV 128.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 158 101 190 0.17 0.47 0 0.25 278.43 0.41 0.57
Hex 9E 65 BE 11 2F 0 19 116 29 39
Octal 236 145 276 21 57 0 31 426 51 71
Binary 10011110 1100101 10111110 10001 101111 0 11001 100010110 101001 111001

Color Harmonies of #9E65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E65BE

Black with #9E65BE

Text Example


Text Example

White with #9E65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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