#9B53C8

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

Shades of Deep Lilac #9B53C8

Tints of Deep Lilac #9B53C8

Color information

#9B53C8 (or 0x9B53C8) is unknown color: approx Deep Lilac. HEX triplet: 9B, 53 and C8. RGB value is (155,83,200). Sum of RGB (Red+Green+Blue) = 155+83+200=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B53C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53C8 is #64AC37. Grayscale: #757575. Windows color (decimal): -6597688 or 13128603. OLE color: 13128603.

HSL color Cylindrical-coordinate representation of color #9B53C8: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B53C8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15583200-
CMYK0.220.5800.22
HSL276.92º51.54%55.49%-
HSV(B)276.92º58.5%78.43%-
XYZ27.0417.3356.56-
YUV117.87174.35154.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=35.39%
G=18.95%
B=45.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155832000.220.5800.22276.9251.5455.49
Hex9B53C8163A0161153437
Octal23312331026720264256467
Binary1001101110100111100100010110111010010110100010101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B53C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,200); }

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

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

 a { background-color: rgb(155,83,200); }

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

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

 span { border-color: rgb(155,83,200); }

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