Html Css Color HEX #8356BC Deep Lilac

📋 copy color: '#8356BC'

red 131 ◦ green 86 ◦ blue 188

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

Shades of Deep Lilac #8356BC

Tints of Deep Lilac #8356BC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 32.35%
G = 21.23%
B = 46.42%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8356BC (or 0x8356BC) is known color: Deep Lilac. HEX triplet: 83, 56 and BC. RGB value is (131,86,188). Sum of RGB (Red+Green+Blue) = 131+86+188=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8356BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356BC is #7CA943. Grayscale: #6E6E6E. Windows color (decimal): -8169796 or 12342915. OLE color: 12342915.

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

Color convert

RGB 131 86 188 -
CMYK 0.30 0.54 0 0.26
HSL 266.47º 0.43% 0.54% -
HSV(B) 266.47º 0.54% 0.74% -
XYZ 21.76 15.11 49.35 -
YUV 111.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 131 86 188 0.30 0.54 0 0.26 266.47 0.43 0.54
Hex 83 56 BC 1E 36 0 1A 10A 2B 36
Octal 203 126 274 36 66 0 32 412 53 66
Binary 10000011 1010110 10111100 11110 110110 0 11010 100001010 101011 110110

Color Harmonies of #8356BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356BC

Black with #8356BC

Text Example


Text Example

White with #8356BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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