#9B50BF

Color #9B50BF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B50BF

Tints of Deep Lilac #9B50BF

Color information

#9B50BF (or 0x9B50BF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 50 and BF. RGB value is (155,80,191). Sum of RGB (Red+Green+Blue) = 155+80+191=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50BF is #64AF40. Grayscale: #727272. Windows color (decimal): -6598465 or 12538011. OLE color: 12538011.

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

Color convert

RGB15580191-
CMYK0.190.5800.25
HSL280.54º46.44%53.14%-
HSV(B)280.54º58.12%74.9%-
XYZ25.7916.4751.11-
YUV115.08170.85156.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 191 (75% from 255) = 44.84%
R=36.38%
G=18.78%
B=44.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155801910.190.5800.25280.5446.4453.14
Hex9B50BF133A0191192e35
Octal23312027723720314315665
Binary1001101110100001011111110011111010011001100011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,191); }

 H1.HeaderClassName
 {
   color: #9B50BF;
 }
 .AnyTagClassName
 {
   color: #9B50BF;
 }
</style>
background-color css

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

 a { background-color: rgb(155,80,191); }

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

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

 span { border-color: rgb(155,80,191); }

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