#8B48BE

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

Shades of Deep Lilac #8B48BE

Tints of Deep Lilac #8B48BE

Color information

#8B48BE (or 0x8B48BE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 48 and BE. RGB value is (139,72,190). Sum of RGB (Red+Green+Blue) = 139+72+190=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48BE is #74B741. Grayscale: #696969. Windows color (decimal): -7649090 or 12470411. OLE color: 12470411.

HSL color Cylindrical-coordinate representation of color #8B48BE: hue angle of 274.07º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B48BE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13972190-
CMYK0.270.6200.25
HSL274.07º47.58%51.37%-
HSV(B)274.07º62.11%74.51%-
XYZ22.2613.8450.21-
YUV105.48175.7151.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=34.66%
G=17.96%
B=47.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139721900.270.6200.25274.0747.5851.37
Hex8B48BE1B3E0191123033
Octal21311027633760314226063
Binary1000101110010001011111011011111110011001100010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B48BE; }

 p { color: rgb(139,72,190); }

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

<style>
 a { background-color: #8B48BE; }

 a { background-color: rgb(139,72,190); }

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

<style>
 span { border-color: #8B48BE; }

 span { border-color: rgb(139,72,190); }

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