Html Css Color HEX #8340BC Deep Lilac

📋 copy color: '#8340BC'

red 131 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #8340BC

Tints of Deep Lilac #8340BC

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

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

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

R = 34.2%
G = 16.71%
B = 49.09%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8340BC (or 0x8340BC) is known color: Deep Lilac. HEX triplet: 83, 40 and BC. RGB value is (131,64,188). Sum of RGB (Red+Green+Blue) = 131+64+188=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #8340BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340BC is #7CBF43. Grayscale: #616161. Windows color (decimal): -8175428 or 12337283. OLE color: 12337283.

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

Color convert

RGB 131 64 188 -
CMYK 0.30 0.66 0 0.26
HSL 272.42º 0.49% 0.49% -
HSV(B) 272.42º 0.66% 0.74% -
XYZ 20.27 12.12 48.85 -
YUV 98.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 131 64 188 0.30 0.66 0 0.26 272.42 0.49 0.49
Hex 83 40 BC 1E 42 0 1A 110 31 31
Octal 203 100 274 36 102 0 32 420 61 61
Binary 10000011 1000000 10111100 11110 1000010 0 11010 100010000 110001 110001

Color Harmonies of #8340BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340BC

Black with #8340BC

Text Example


Text Example

White with #8340BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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