Html Css Color HEX #9B4FBC Deep Lilac

📋 copy color: '#9B4FBC'

red 155 ◦ green 79 ◦ blue 188

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

Shades of Deep Lilac #9B4FBC

Tints of Deep Lilac #9B4FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 36.73%
G = 18.72%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B4FBC (or 0x9B4FBC) is known color: Deep Lilac. HEX triplet: 9B, 4F and BC. RGB value is (155,79,188). Sum of RGB (Red+Green+Blue) = 155+79+188=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FBC is #64B043. Grayscale: #717171. Windows color (decimal): -6598724 or 12341147. OLE color: 12341147.

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

Color convert

RGB 155 79 188 -
CMYK 0.18 0.58 0 0.26
HSL 281.83º 0.45% 0.52% -
HSV(B) 281.83º 0.58% 0.74% -
XYZ 25.39 16.19 49.36 -
YUV 114.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 155 79 188 0.18 0.58 0 0.26 281.83 0.45 0.52
Hex 9B 4F BC 12 3A 0 1A 11A 2D 34
Octal 233 117 274 22 72 0 32 432 55 64
Binary 10011011 1001111 10111100 10010 111010 0 11010 100011010 101101 110100

Color Harmonies of #9B4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FBC

Black with #9B4FBC

Text Example


Text Example

White with #9B4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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