#9D61BC

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

Shades of Deep Lilac #9D61BC

Tints of Deep Lilac #9D61BC

Color information

#9D61BC (or 0x9D61BC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 61 and BC. RGB value is (157,97,188). Sum of RGB (Red+Green+Blue) = 157+97+188=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61BC is #629E43. Grayscale: #7D7D7D. Windows color (decimal): -6463044 or 12345757. OLE color: 12345757.

HSL color Cylindrical-coordinate representation of color #9D61BC: hue angle of 279.56º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D61BC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15797188-
CMYK0.160.4800.26
HSL279.56º40.44%55.88%-
HSV(B)279.56º48.4%73.73%-
XYZ27.2619.3549.87-
YUV125.31163.38150.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=35.52%
G=21.95%
B=42.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157971880.160.4800.26279.5640.4455.88
Hex9D61BC103001A1182838
Octal23514127420600324305070
Binary1001110111000011011110010000110000011010100011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,188); }

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

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

 a { background-color: rgb(157,97,188); }

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

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

 span { border-color: rgb(157,97,188); }

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