Html Css Color HEX #9B5DBF Deep Lilac

📋 copy color: '#9B5DBF'

red 155 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #9B5DBF

Tints of Deep Lilac #9B5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 35.31%
G = 21.18%
B = 43.51%

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

#9B5DBF (or 0x9B5DBF) is known color: Deep Lilac. HEX triplet: 9B, 5D and BF. RGB value is (155,93,191). Sum of RGB (Red+Green+Blue) = 155+93+191=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DBF is #64A240. Grayscale: #7A7A7A. Windows color (decimal): -6595137 or 12541339. OLE color: 12541339.

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

Color convert

RGB 155 93 191 -
CMYK 0.19 0.51 0 0.25
HSL 277.96º 0.43% 0.56% -
HSV(B) 277.96º 0.51% 0.75% -
XYZ 26.84 18.56 51.46 -
YUV 122.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 155 93 191 0.19 0.51 0 0.25 277.96 0.43 0.56
Hex 9B 5D BF 13 33 0 19 116 2B 38
Octal 233 135 277 23 63 0 31 426 53 70
Binary 10011011 1011101 10111111 10011 110011 0 11001 100010110 101011 111000

Color Harmonies of #9B5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DBF

Black with #9B5DBF

Text Example


Text Example

White with #9B5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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