#9B50CC

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

Shades of Deep Lilac #9B50CC

Tints of Deep Lilac #9B50CC

Color information

#9B50CC (or 0x9B50CC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 50 and CC. RGB value is (155,80,204). Sum of RGB (Red+Green+Blue) = 155+80+204=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50CC is #64AF33. Grayscale: #747474. Windows color (decimal): -6598452 or 13389979. OLE color: 13389979.

HSL color Cylindrical-coordinate representation of color #9B50CC: hue angle of 276.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B50CC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15580204-
CMYK0.240.6100.2
HSL276.29º54.87%55.69%-
HSV(B)276.29º60.78%80%-
XYZ27.2917.0758.98-
YUV116.56177.35155.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 80 (31.64% from 255) = 18.22%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=35.31%
G=18.22%
B=46.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155802040.240.6100.2276.2954.8755.69
Hex9B50CC183D0141143738
Octal23312031430750244246770
Binary1001101110100001100110011000111101010100100010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B50CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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