Html Css Color HEX #9B4EBE Deep Lilac

📋 copy color: '#9B4EBE'

red 155 ◦ green 78 ◦ blue 190

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

Shades of Deep Lilac #9B4EBE

Tints of Deep Lilac #9B4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 36.64%
G = 18.44%
B = 44.92%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B4EBE (or 0x9B4EBE) is known color: Deep Lilac. HEX triplet: 9B, 4E and BE. RGB value is (155,78,190). Sum of RGB (Red+Green+Blue) = 155+78+190=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4EBE is #64B141. Grayscale: #717171. Windows color (decimal): -6598978 or 12471963. OLE color: 12471963.

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

Color convert

RGB 155 78 190 -
CMYK 0.18 0.59 0 0.25
HSL 281.25º 0.46% 0.53% -
HSV(B) 281.25º 0.59% 0.75% -
XYZ 25.54 16.14 50.48 -
YUV 113.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 155 78 190 0.18 0.59 0 0.25 281.25 0.46 0.53
Hex 9B 4E BE 12 3B 0 19 119 2E 35
Octal 233 116 276 22 73 0 31 431 56 65
Binary 10011011 1001110 10111110 10010 111011 0 11001 100011001 101110 110101

Color Harmonies of #9B4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4EBE

Black with #9B4EBE

Text Example


Text Example

White with #9B4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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