Html Css Color HEX #8540B7 Deep Lilac

📋 copy color: '#8540B7'

red 133 ◦ green 64 ◦ blue 183

#8540B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #8540B7

Tints of Deep Lilac #8540B7

RGB

 RED value IS 133 (52.34% from 255) = 35%

 GREEN value IS 64 (25.39% from 255) = 16.84%

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 35%
G = 16.84%
B = 48.16%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8540B7 (or 0x8540B7) is known color: Deep Lilac. HEX triplet: 85, 40 and B7. RGB value is (133,64,183). Sum of RGB (Red+Green+Blue) = 133+64+183=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #8540B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540B7 is #7ABF48. Grayscale: #616161. Windows color (decimal): -8044361 or 12009605. OLE color: 12009605.

HSL color Cylindrical-coordinate representation of color #8540B7: hue angle of 274.79º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8540B7 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 64 183 -
CMYK 0.27 0.65 0 0.28
HSL 274.79º 0.48% 0.48% -
HSV(B) 274.79º 0.65% 0.72% -
XYZ 20.05 12.07 46.07 -
YUV 98.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 133 64 183 0.27 0.65 0 0.28 274.79 0.48 0.48
Hex 85 40 B7 1B 41 0 1C 113 30 30
Octal 205 100 267 33 101 0 34 423 60 60
Binary 10000101 1000000 10110111 11011 1000001 0 11100 100010011 110000 110000

Color Harmonies of #8540B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540B7

Black with #8540B7

Text Example


Text Example

White with #8540B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8540B7; }

 p { color: rgb(133,64,183); }

 H1.HeaderClassName
 {
   color: #8540B7;
 }
 .AnyTagClassName
 {
   color: #8540B7;
 }
</style>

background-color css

<style>
 a { background-color: #8540B7; }

 a { background-color: rgb(133,64,183); }

 div.DivClassName
 {
   background-color: #8540B7;
 }
 .BgClassName
 {
   background-color: #8540B7;
 }
</style>

border-color css

<style>
 span { border-color: #8540B7; }

 span { border-color: rgb(133,64,183); }

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