Html Css Color HEX #8240BC Deep Lilac

📋 copy color: '#8240BC'

red 130 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #8240BC

Tints of Deep Lilac #8240BC

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

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

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

R = 34.03%
G = 16.75%
B = 49.21%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8240BC (or 0x8240BC) is known color: Deep Lilac. HEX triplet: 82, 40 and BC. RGB value is (130,64,188). Sum of RGB (Red+Green+Blue) = 130+64+188=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8240BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240BC is #7DBF43. Grayscale: #616161. Windows color (decimal): -8240964 or 12337282. OLE color: 12337282.

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

Color convert

RGB 130 64 188 -
CMYK 0.31 0.66 0 0.26
HSL 271.94º 0.49% 0.49% -
HSV(B) 271.94º 0.66% 0.74% -
XYZ 20.12 12.04 48.84 -
YUV 97.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 130 64 188 0.31 0.66 0 0.26 271.94 0.49 0.49
Hex 82 40 BC 1F 42 0 1A 110 31 31
Octal 202 100 274 37 102 0 32 420 61 61
Binary 10000010 1000000 10111100 11111 1000010 0 11010 100010000 110001 110001

Color Harmonies of #8240BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8240BC

Black with #8240BC

Text Example


Text Example

White with #8240BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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