#9D5BBA

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

Shades of Deep Lilac #9D5BBA

Tints of Deep Lilac #9D5BBA

Color information

#9D5BBA (or 0x9D5BBA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 5B and BA. RGB value is (157,91,186). Sum of RGB (Red+Green+Blue) = 157+91+186=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5BBA is #62A445. Grayscale: #797979. Windows color (decimal): -6464582 or 12213149. OLE color: 12213149.

HSL color Cylindrical-coordinate representation of color #9D5BBA: hue angle of 281.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5BBA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15791186-
CMYK0.160.5100.27
HSL281.68º40.77%54.31%-
HSV(B)281.68º51.08%72.94%-
XYZ26.5118.248.57-
YUV121.56164.37153.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=36.18%
G=20.97%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157911860.160.5100.27281.6840.7754.31
Hex9D5BBA103301B11a2936
Octal23513327220630334325166
Binary1001110110110111011101010000110011011011100011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,186); }

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

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

 a { background-color: rgb(157,91,186); }

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

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

 span { border-color: rgb(157,91,186); }

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