Html Css Color HEX #9E5CBB Deep Lilac

📋 copy color: '#9E5CBB'

red 158 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #9E5CBB

Tints of Deep Lilac #9E5CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 36.16%
G = 21.05%
B = 42.79%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E5CBB (or 0x9E5CBB) is known color: Deep Lilac. HEX triplet: 9E, 5C and BB. RGB value is (158,92,187). Sum of RGB (Red+Green+Blue) = 158+92+187=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CBB is #61A344. Grayscale: #7A7A7A. Windows color (decimal): -6398789 or 12278942. OLE color: 12278942.

HSL color Cylindrical-coordinate representation of color #9E5CBB: hue angle of 281.68º 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 #9E5CBB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 92 187 -
CMYK 0.16 0.51 0 0.27
HSL 281.68º 0.41% 0.55% -
HSV(B) 281.68º 0.51% 0.73% -
XYZ 26.9 18.51 49.17 -
YUV 122.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 158 92 187 0.16 0.51 0 0.27 281.68 0.41 0.55
Hex 9E 5C BB 10 33 0 1B 11A 29 37
Octal 236 134 273 20 63 0 33 432 51 67
Binary 10011110 1011100 10111011 10000 110011 0 11011 100011010 101001 110111

Color Harmonies of #9E5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CBB

Black with #9E5CBB

Text Example


Text Example

White with #9E5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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