Html Css Color HEX #9B5EBF Deep Lilac

📋 copy color: '#9B5EBF'

red 155 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #9B5EBF

Tints of Deep Lilac #9B5EBF

RGB

 RED value IS 155 (60.94% from 255) = 35.23%

 GREEN value IS 94 (37.11% from 255) = 21.36%

 BLUE value IS 191 (75% from 255) = 43.41%

R = 35.23%
G = 21.36%
B = 43.41%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B5EBF (or 0x9B5EBF) is known color: Deep Lilac. HEX triplet: 9B, 5E and BF. RGB value is (155,94,191). Sum of RGB (Red+Green+Blue) = 155+94+191=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5EBF is #64A140. Grayscale: #7A7A7A. Windows color (decimal): -6594881 or 12541595. OLE color: 12541595.

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

Color convert

RGB 155 94 191 -
CMYK 0.19 0.51 0 0.25
HSL 277.73º 0.43% 0.56% -
HSV(B) 277.73º 0.51% 0.75% -
XYZ 26.92 18.74 51.49 -
YUV 123.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 155 94 191 0.19 0.51 0 0.25 277.73 0.43 0.56
Hex 9B 5E BF 13 33 0 19 116 2B 38
Octal 233 136 277 23 63 0 31 426 53 70
Binary 10011011 1011110 10111111 10011 110011 0 11001 100010110 101011 111000

Color Harmonies of #9B5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EBF

Black with #9B5EBF

Text Example


Text Example

White with #9B5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,191); }

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

background-color css

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

 a { background-color: rgb(155,94,191); }

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

border-color css

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

 span { border-color: rgb(155,94,191); }

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