#9145BD

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

Shades of Deep Lilac #9145BD

Tints of Deep Lilac #9145BD

Color information

#9145BD (or 0x9145BD) is unknown color: approx Deep Lilac. HEX triplet: 91, 45 and BD. RGB value is (145,69,189). Sum of RGB (Red+Green+Blue) = 145+69+189=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #9145BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145BD is #6EBA42. Grayscale: #696969. Windows color (decimal): -7256643 or 12404113. OLE color: 12404113.

HSL color Cylindrical-coordinate representation of color #9145BD: hue angle of 278º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9145BD is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14569189-
CMYK0.230.6300.26
HSL278º47.62%50.59%-
HSV(B)278º63.49%74.12%-
XYZ22.9913.9549.63-
YUV105.4175.18156.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=35.98%
G=17.12%
B=46.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145691890.230.6300.2627847.6250.59
Hex9145BD173F01A1163033
Octal22110527527770324266063
Binary1001000110001011011110110111111111011010100010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9145BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9145BD; }

 p { color: rgb(145,69,189); }

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

<style>
 a { background-color: #9145BD; }

 a { background-color: rgb(145,69,189); }

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

<style>
 span { border-color: #9145BD; }

 span { border-color: rgb(145,69,189); }

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