Html Css Color HEX #9E5CBE Deep Lilac

📋 copy color: '#9E5CBE'

red 158 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #9E5CBE

Tints of Deep Lilac #9E5CBE

RGB

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

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

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

R = 35.91%
G = 20.91%
B = 43.18%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E5CBE (or 0x9E5CBE) is known color: Deep Lilac. HEX triplet: 9E, 5C and BE. RGB value is (158,92,190). Sum of RGB (Red+Green+Blue) = 158+92+190=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CBE is #61A341. Grayscale: #7A7A7A. Windows color (decimal): -6398786 or 12475550. OLE color: 12475550.

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

Color convert

RGB 158 92 190 -
CMYK 0.17 0.52 0 0.25
HSL 280.41º 0.43% 0.55% -
HSV(B) 280.41º 0.52% 0.75% -
XYZ 27.22 18.64 50.88 -
YUV 122.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 158 92 190 0.17 0.52 0 0.25 280.41 0.43 0.55
Hex 9E 5C BE 11 34 0 19 118 2B 37
Octal 236 134 276 21 64 0 31 430 53 67
Binary 10011110 1011100 10111110 10001 110100 0 11001 100011000 101011 110111

Color Harmonies of #9E5CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CBE

Black with #9E5CBE

Text Example


Text Example

White with #9E5CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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