#995FBC

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

Shades of Deep Lilac #995FBC

Tints of Deep Lilac #995FBC

Color information

#995FBC (or 0x995FBC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5F and BC. RGB value is (153,95,188). Sum of RGB (Red+Green+Blue) = 153+95+188=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #995FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FBC is #66A043. Grayscale: #7A7A7A. Windows color (decimal): -6725700 or 12345241. OLE color: 12345241.

HSL color Cylindrical-coordinate representation of color #995FBC: hue angle of 277.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995FBC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15395188-
CMYK0.190.4900.26
HSL277.42º40.97%55.49%-
HSV(B)277.42º49.47%73.73%-
XYZ26.3118.5949.78-
YUV122.94164.72149.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=35.09%
G=21.79%
B=43.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153951880.190.4900.26277.4240.9755.49
Hex995FBC133101A1152937
Octal23113727423610324255167
Binary1001100110111111011110010011110001011010100010101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,188); }

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

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

 a { background-color: rgb(153,95,188); }

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

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

 span { border-color: rgb(153,95,188); }

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