Html Css Color HEX #9B4EBD Deep Lilac

📋 copy color: '#9B4EBD'

red 155 ◦ green 78 ◦ blue 189

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

Shades of Deep Lilac #9B4EBD

Tints of Deep Lilac #9B4EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 36.73%
G = 18.48%
B = 44.79%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B4EBD (or 0x9B4EBD) is known color: Deep Lilac. HEX triplet: 9B, 4E and BD. RGB value is (155,78,189). Sum of RGB (Red+Green+Blue) = 155+78+189=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B4EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4EBD is #64B142. Grayscale: #717171. Windows color (decimal): -6598979 or 12406427. OLE color: 12406427.

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

Color convert

RGB 155 78 189 -
CMYK 0.18 0.59 0 0.26
HSL 281.62º 0.46% 0.52% -
HSV(B) 281.62º 0.59% 0.74% -
XYZ 25.43 16.09 49.91 -
YUV 113.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 155 78 189 0.18 0.59 0 0.26 281.62 0.46 0.52
Hex 9B 4E BD 12 3B 0 1A 11A 2E 34
Octal 233 116 275 22 73 0 32 432 56 64
Binary 10011011 1001110 10111101 10010 111011 0 11010 100011010 101110 110100

Color Harmonies of #9B4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4EBD

Black with #9B4EBD

Text Example


Text Example

White with #9B4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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