Html Css Color HEX #9E55B3 Deep Lilac

📋 copy color: '#9E55B3'

red 158 ◦ green 85 ◦ blue 179

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

Shades of Deep Lilac #9E55B3

Tints of Deep Lilac #9E55B3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 37.44%
G = 20.14%
B = 42.42%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9E55B3 (or 0x9E55B3) is known color: Deep Lilac. HEX triplet: 9E, 55 and B3. RGB value is (158,85,179). Sum of RGB (Red+Green+Blue) = 158+85+179=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E55B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55B3 is #61AA4C. Grayscale: #757575. Windows color (decimal): -6400589 or 11752862. OLE color: 11752862.

HSL color Cylindrical-coordinate representation of color #9E55B3: hue angle of 286.6º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E55B3 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 85 179 -
CMYK 0.12 0.53 0 0.30
HSL 286.6º 0.38% 0.52% -
HSV(B) 286.6º 0.53% 0.7% -
XYZ 25.49 17.02 44.59 -
YUV 117.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 158 85 179 0.12 0.53 0 0.30 286.6 0.38 0.52
Hex 9E 55 B3 C 35 0 1E 11F 26 34
Octal 236 125 263 14 65 0 36 437 46 64
Binary 10011110 1010101 10110011 1100 110101 0 11110 100011111 100110 110100

Color Harmonies of #9E55B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55B3

Black with #9E55B3

Text Example


Text Example

White with #9E55B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,179); }

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

background-color css

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

 a { background-color: rgb(158,85,179); }

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

border-color css

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

 span { border-color: rgb(158,85,179); }

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