Html Css Color HEX #8346BC Deep Lilac

📋 copy color: '#8346BC'

red 131 ◦ green 70 ◦ blue 188

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

Shades of Deep Lilac #8346BC

Tints of Deep Lilac #8346BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

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

R = 33.68%
G = 17.99%
B = 48.33%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8346BC (or 0x8346BC) is known color: Deep Lilac. HEX triplet: 83, 46 and BC. RGB value is (131,70,188). Sum of RGB (Red+Green+Blue) = 131+70+188=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8346BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346BC is #7CB943. Grayscale: #656565. Windows color (decimal): -8173892 or 12338819. OLE color: 12338819.

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

Color convert

RGB 131 70 188 -
CMYK 0.30 0.63 0 0.26
HSL 271.02º 0.47% 0.51% -
HSV(B) 271.02º 0.63% 0.74% -
XYZ 20.63 12.84 48.97 -
YUV 101.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 131 70 188 0.30 0.63 0 0.26 271.02 0.47 0.51
Hex 83 46 BC 1E 3F 0 1A 10F 2F 33
Octal 203 106 274 36 77 0 32 417 57 63
Binary 10000011 1000110 10111100 11110 111111 0 11010 100001111 101111 110011

Color Harmonies of #8346BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8346BC

Black with #8346BC

Text Example


Text Example

White with #8346BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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