#9B55BE

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

Shades of Deep Lilac #9B55BE

Tints of Deep Lilac #9B55BE

Color information

#9B55BE (or 0x9B55BE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 55 and BE. RGB value is (155,85,190). Sum of RGB (Red+Green+Blue) = 155+85+190=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55BE is #64AA41. Grayscale: #757575. Windows color (decimal): -6597186 or 12473755. OLE color: 12473755.

HSL color Cylindrical-coordinate representation of color #9B55BE: hue angle of 280º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B55BE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15585190-
CMYK0.180.5500.25
HSL280º44.68%53.92%-
HSV(B)280º55.26%74.51%-
XYZ26.0617.1850.66-
YUV117.9168.69154.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=36.05%
G=19.77%
B=44.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155851900.180.5500.2528044.6853.92
Hex9B55BE12370191182d36
Octal23312527622670314305566
Binary1001101110101011011111010010110111011001100011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,190); }

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

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

 a { background-color: rgb(155,85,190); }

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

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

 span { border-color: rgb(155,85,190); }

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