Html Css Color HEX #9B5DBE Deep Lilac

📋 copy color: '#9B5DBE'

red 155 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #9B5DBE

Tints of Deep Lilac #9B5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 35.39%
G = 21.23%
B = 43.38%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B5DBE (or 0x9B5DBE) is known color: Deep Lilac. HEX triplet: 9B, 5D and BE. RGB value is (155,93,190). Sum of RGB (Red+Green+Blue) = 155+93+190=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DBE is #64A241. Grayscale: #7A7A7A. Windows color (decimal): -6595138 or 12475803. OLE color: 12475803.

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

Color convert

RGB 155 93 190 -
CMYK 0.18 0.51 0 0.25
HSL 278.35º 0.43% 0.55% -
HSV(B) 278.35º 0.51% 0.75% -
XYZ 26.73 18.51 50.88 -
YUV 122.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 155 93 190 0.18 0.51 0 0.25 278.35 0.43 0.55
Hex 9B 5D BE 12 33 0 19 116 2B 37
Octal 233 135 276 22 63 0 31 426 53 67
Binary 10011011 1011101 10111110 10010 110011 0 11001 100010110 101011 110111

Color Harmonies of #9B5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DBE

Black with #9B5DBE

Text Example


Text Example

White with #9B5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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