Html Css Color HEX #8540BC Deep Lilac

📋 copy color: '#8540BC'

red 133 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #8540BC

Tints of Deep Lilac #8540BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 34.55%
G = 16.62%
B = 48.83%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8540BC (or 0x8540BC) is known color: Deep Lilac. HEX triplet: 85, 40 and BC. RGB value is (133,64,188). Sum of RGB (Red+Green+Blue) = 133+64+188=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #8540BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540BC is #7ABF43. Grayscale: #626262. Windows color (decimal): -8044356 or 12337285. OLE color: 12337285.

HSL color Cylindrical-coordinate representation of color #8540BC: hue angle of 273.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8540BC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 64 188 -
CMYK 0.29 0.66 0 0.26
HSL 273.39º 0.49% 0.49% -
HSV(B) 273.39º 0.66% 0.74% -
XYZ 20.58 12.28 48.86 -
YUV 98.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 133 64 188 0.29 0.66 0 0.26 273.39 0.49 0.49
Hex 85 40 BC 1D 42 0 1A 111 31 31
Octal 205 100 274 35 102 0 32 421 61 61
Binary 10000101 1000000 10111100 11101 1000010 0 11010 100010001 110001 110001

Color Harmonies of #8540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540BC

Black with #8540BC

Text Example


Text Example

White with #8540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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