Html Css Color HEX #9E5CBA Deep Lilac

📋 copy color: '#9E5CBA'

red 158 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #9E5CBA

Tints of Deep Lilac #9E5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

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

R = 36.24%
G = 21.1%
B = 42.66%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E5CBA (or 0x9E5CBA) is known color: Deep Lilac. HEX triplet: 9E, 5C and BA. RGB value is (158,92,186). Sum of RGB (Red+Green+Blue) = 158+92+186=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CBA is #61A345. Grayscale: #7A7A7A. Windows color (decimal): -6398790 or 12213406. OLE color: 12213406.

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

Color convert

RGB 158 92 186 -
CMYK 0.15 0.51 0 0.27
HSL 282.13º 0.41% 0.55% -
HSV(B) 282.13º 0.51% 0.73% -
XYZ 26.79 18.47 48.61 -
YUV 122.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 158 92 186 0.15 0.51 0 0.27 282.13 0.41 0.55
Hex 9E 5C BA F 33 0 1B 11A 29 37
Octal 236 134 272 17 63 0 33 432 51 67
Binary 10011110 1011100 10111010 1111 110011 0 11011 100011010 101001 110111

Color Harmonies of #9E5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CBA

Black with #9E5CBA

Text Example


Text Example

White with #9E5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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