Html Css Color HEX #9B4FB3 Deep Lilac

📋 copy color: '#9B4FB3'

red 155 ◦ green 79 ◦ blue 179

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

Shades of Deep Lilac #9B4FB3

Tints of Deep Lilac #9B4FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 179 (70.31% from 255) = 43.34%

R = 37.53%
G = 19.13%
B = 43.34%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9B4FB3 (or 0x9B4FB3) is known color: Deep Lilac. HEX triplet: 9B, 4F and B3. RGB value is (155,79,179). Sum of RGB (Red+Green+Blue) = 155+79+179=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B4FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FB3 is #64B04C. Grayscale: #707070. Windows color (decimal): -6598733 or 11751323. OLE color: 11751323.

HSL color Cylindrical-coordinate representation of color #9B4FB3: hue angle of 285.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4FB3 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 79 179 -
CMYK 0.13 0.56 0 0.30
HSL 285.6º 0.4% 0.51% -
HSV(B) 285.6º 0.56% 0.7% -
XYZ 24.45 15.82 44.41 -
YUV 113.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 155 79 179 0.13 0.56 0 0.30 285.6 0.4 0.51
Hex 9B 4F B3 D 38 0 1E 11E 28 33
Octal 233 117 263 15 70 0 36 436 50 63
Binary 10011011 1001111 10110011 1101 111000 0 11110 100011110 101000 110011

Color Harmonies of #9B4FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FB3

Black with #9B4FB3

Text Example


Text Example

White with #9B4FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,79,179); }

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

background-color css

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

 a { background-color: rgb(155,79,179); }

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

border-color css

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

 span { border-color: rgb(155,79,179); }

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