#995BAD

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

Shades of Deep Lilac #995BAD

Tints of Deep Lilac #995BAD

Color information

#995BAD (or 0x995BAD) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and AD. RGB value is (153,91,173). Sum of RGB (Red+Green+Blue) = 153+91+173=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #995BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAD is #66A452. Grayscale: #767676. Windows color (decimal): -6726739 or 11361177. OLE color: 11361177.

HSL color Cylindrical-coordinate representation of color #995BAD: hue angle of 285.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995BAD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15391173-
CMYK0.120.4700.32
HSL285.37º33.33%51.76%-
HSV(B)285.37º47.4%67.84%-
XYZ24.4217.2741.58-
YUV118.89158.54152.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=36.69%
G=21.82%
B=41.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153911730.120.4700.32285.3733.3351.76
Hex995BADC2F02011d2134
Octal23113325514570404354164
Binary1001100110110111010110111001011110100000100011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995BAD; }

 p { color: rgb(153,91,173); }

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

<style>
 a { background-color: #995BAD; }

 a { background-color: rgb(153,91,173); }

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

<style>
 span { border-color: #995BAD; }

 span { border-color: rgb(153,91,173); }

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