Html Css Color HEX #8740BC Deep Lilac

📋 copy color: '#8740BC'

red 135 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #8740BC

Tints of Deep Lilac #8740BC

RGB

 RED value IS 135 (53.13% from 255) = 34.88%

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

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

R = 34.88%
G = 16.54%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8740BC (or 0x8740BC) is known color: Deep Lilac. HEX triplet: 87, 40 and BC. RGB value is (135,64,188). Sum of RGB (Red+Green+Blue) = 135+64+188=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8740BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740BC is #78BF43. Grayscale: #626262. Windows color (decimal): -7913284 or 12337287. OLE color: 12337287.

HSL color Cylindrical-coordinate representation of color #8740BC: hue angle of 274.35º 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 #8740BC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 64 188 -
CMYK 0.28 0.66 0 0.26
HSL 274.35º 0.49% 0.49% -
HSV(B) 274.35º 0.66% 0.74% -
XYZ 20.9 12.45 48.88 -
YUV 99.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 135 64 188 0.28 0.66 0 0.26 274.35 0.49 0.49
Hex 87 40 BC 1C 42 0 1A 112 31 31
Octal 207 100 274 34 102 0 32 422 61 61
Binary 10000111 1000000 10111100 11100 1000010 0 11010 100010010 110001 110001

Color Harmonies of #8740BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8740BC

Black with #8740BC

Text Example


Text Example

White with #8740BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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