#995BC0

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

Shades of Deep Lilac #995BC0

Tints of Deep Lilac #995BC0

Color information

#995BC0 (or 0x995BC0) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and C0. RGB value is (153,91,192). Sum of RGB (Red+Green+Blue) = 153+91+192=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #995BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BC0 is #66A43F. Grayscale: #787878. Windows color (decimal): -6726720 or 12606361. OLE color: 12606361.

HSL color Cylindrical-coordinate representation of color #995BC0: hue angle of 276.83º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995BC0 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15391192-
CMYK0.200.5300.25
HSL276.83º44.49%55.49%-
HSV(B)276.83º52.6%75.29%-
XYZ26.3918.0651.96-
YUV121.05168.04150.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=35.09%
G=20.87%
B=44.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153911920.200.5300.25276.8344.4955.49
Hex995BC014350191152c37
Octal23113330024650314255467
Binary1001100110110111100000010100110101011001100010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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