#9D45BC

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

Shades of Deep Lilac #9D45BC

Tints of Deep Lilac #9D45BC

Color information

#9D45BC (or 0x9D45BC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 45 and BC. RGB value is (157,69,188). Sum of RGB (Red+Green+Blue) = 157+69+188=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D45BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D45BC is #62BA43. Grayscale: #6C6C6C. Windows color (decimal): -6470212 or 12338589. OLE color: 12338589.

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

Color convert

RGB15769188-
CMYK0.160.6300.26
HSL284.37º47.04%50.39%-
HSV(B)284.37º63.3%73.73%-
XYZ25.1115.0649.16-
YUV108.88172.65162.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=37.92%
G=16.67%
B=45.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157691880.160.6300.26284.3747.0450.39
Hex9D45BC103F01A11c2f32
Octal23510527420770324345762
Binary1001110110001011011110010000111111011010100011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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