#8A5CB1

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

Shades of Deep Lilac #8A5CB1

Tints of Deep Lilac #8A5CB1

Color information

#8A5CB1 (or 0x8A5CB1) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5C and B1. RGB value is (138,92,177). Sum of RGB (Red+Green+Blue) = 138+92+177=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A5CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5CB1 is #75A34E. Grayscale: #737373. Windows color (decimal): -7709519 or 11623562. OLE color: 11623562.

HSL color Cylindrical-coordinate representation of color #8A5CB1: hue angle of 272.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5CB1 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13892177-
CMYK0.220.4800.31
HSL272.47º35.27%52.75%-
HSV(B)272.47º48.02%69.41%-
XYZ22.2416.2343.56-
YUV115.44162.74144.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=33.91%
G=22.60%
B=43.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138921770.220.4800.31272.4735.2752.75
Hex8A5CB1163001F1102335
Octal21213426126600374204365
Binary1000101010111001011000110110110000011111100010000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,177); }

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

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

 a { background-color: rgb(138,92,177); }

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

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

 span { border-color: rgb(138,92,177); }

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