Html Css Color HEX #9E5FB9 Deep Lilac

📋 copy color: '#9E5FB9'

red 158 ◦ green 95 ◦ blue 185

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

Shades of Deep Lilac #9E5FB9

Tints of Deep Lilac #9E5FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.69%

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 36.07%
G = 21.69%
B = 42.24%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E5FB9 (or 0x9E5FB9) is known color: Deep Lilac. HEX triplet: 9E, 5F and B9. RGB value is (158,95,185). Sum of RGB (Red+Green+Blue) = 158+95+185=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E5FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5FB9 is #61A046. Grayscale: #7B7B7B. Windows color (decimal): -6398023 or 12148638. OLE color: 12148638.

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

Color convert

RGB 158 95 185 -
CMYK 0.15 0.49 0 0.27
HSL 282º 0.39% 0.55% -
HSV(B) 282º 0.49% 0.73% -
XYZ 26.95 18.96 48.14 -
YUV 124.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 158 95 185 0.15 0.49 0 0.27 282 0.39 0.55
Hex 9E 5F B9 F 31 0 1B 11A 27 37
Octal 236 137 271 17 61 0 33 432 47 67
Binary 10011110 1011111 10111001 1111 110001 0 11011 100011010 100111 110111

Color Harmonies of #9E5FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FB9

Black with #9E5FB9

Text Example


Text Example

White with #9E5FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,95,185); }

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

background-color css

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

 a { background-color: rgb(158,95,185); }

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

border-color css

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

 span { border-color: rgb(158,95,185); }

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