Html Css Color HEX #9E5ABC Deep Lilac

📋 copy color: '#9E5ABC'

red 158 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #9E5ABC

Tints of Deep Lilac #9E5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 36.24%
G = 20.64%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E5ABC (or 0x9E5ABC) is known color: Deep Lilac. HEX triplet: 9E, 5A and BC. RGB value is (158,90,188). Sum of RGB (Red+Green+Blue) = 158+90+188=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABC is #61A543. Grayscale: #797979. Windows color (decimal): -6399300 or 12343966. OLE color: 12343966.

HSL color Cylindrical-coordinate representation of color #9E5ABC: hue angle of 281.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E5ABC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 90 188 -
CMYK 0.16 0.52 0 0.26
HSL 281.63º 0.42% 0.55% -
HSV(B) 281.63º 0.52% 0.74% -
XYZ 26.83 18.21 49.68 -
YUV 121.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 158 90 188 0.16 0.52 0 0.26 281.63 0.42 0.55
Hex 9E 5A BC 10 34 0 1A 11A 2A 37
Octal 236 132 274 20 64 0 32 432 52 67
Binary 10011110 1011010 10111100 10000 110100 0 11010 100011010 101010 110111

Color Harmonies of #9E5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ABC

Black with #9E5ABC

Text Example


Text Example

White with #9E5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,188); }

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

background-color css

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

 a { background-color: rgb(158,90,188); }

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

border-color css

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

 span { border-color: rgb(158,90,188); }

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