Html Css Color HEX #8343BF Deep Lilac

📋 copy color: '#8343BF'

red 131 ◦ green 67 ◦ blue 191

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

Shades of Deep Lilac #8343BF

Tints of Deep Lilac #8343BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 191 (75% from 255) = 49.1%

R = 33.68%
G = 17.22%
B = 49.1%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8343BF (or 0x8343BF) is known color: Deep Lilac. HEX triplet: 83, 43 and BF. RGB value is (131,67,191). Sum of RGB (Red+Green+Blue) = 131+67+191=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8343BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343BF is #7CBC40. Grayscale: #636363. Windows color (decimal): -8174657 or 12534659. OLE color: 12534659.

HSL color Cylindrical-coordinate representation of color #8343BF: hue angle of 270.97º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8343BF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 67 191 -
CMYK 0.31 0.65 0 0.25
HSL 270.97º 0.49% 0.51% -
HSV(B) 270.97º 0.65% 0.75% -
XYZ 20.77 12.6 50.63 -
YUV 100.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 131 67 191 0.31 0.65 0 0.25 270.97 0.49 0.51
Hex 83 43 BF 1F 41 0 19 10F 31 33
Octal 203 103 277 37 101 0 31 417 61 63
Binary 10000011 1000011 10111111 11111 1000001 0 11001 100001111 110001 110011

Color Harmonies of #8343BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8343BF

Black with #8343BF

Text Example


Text Example

White with #8343BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8343BF; }

 p { color: rgb(131,67,191); }

 H1.HeaderClassName
 {
   color: #8343BF;
 }
 .AnyTagClassName
 {
   color: #8343BF;
 }
</style>

background-color css

<style>
 a { background-color: #8343BF; }

 a { background-color: rgb(131,67,191); }

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

border-color css

<style>
 span { border-color: #8343BF; }

 span { border-color: rgb(131,67,191); }

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