Html Css Color HEX #8349BC Deep Lilac

📋 copy color: '#8349BC'

red 131 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #8349BC

Tints of Deep Lilac #8349BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 33.42%
G = 18.62%
B = 47.96%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8349BC (or 0x8349BC) is known color: Deep Lilac. HEX triplet: 83, 49 and BC. RGB value is (131,73,188). Sum of RGB (Red+Green+Blue) = 131+73+188=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #8349BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349BC is #7CB643. Grayscale: #676767. Windows color (decimal): -8173124 or 12339587. OLE color: 12339587.

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

Color convert

RGB 131 73 188 -
CMYK 0.30 0.61 0 0.26
HSL 270.26º 0.46% 0.51% -
HSV(B) 270.26º 0.61% 0.74% -
XYZ 20.82 13.22 49.03 -
YUV 103.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 131 73 188 0.30 0.61 0 0.26 270.26 0.46 0.51
Hex 83 49 BC 1E 3D 0 1A 10E 2E 33
Octal 203 111 274 36 75 0 32 416 56 63
Binary 10000011 1001001 10111100 11110 111101 0 11010 100001110 101110 110011

Color Harmonies of #8349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349BC

Black with #8349BC

Text Example


Text Example

White with #8349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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