Html Css Color HEX #8342BF Deep Lilac

📋 copy color: '#8342BF'

red 131 ◦ green 66 ◦ blue 191

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

Shades of Deep Lilac #8342BF

Tints of Deep Lilac #8342BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

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

R = 33.76%
G = 17.01%
B = 49.23%

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

#8342BF (or 0x8342BF) is known color: Deep Lilac. HEX triplet: 83, 42 and BF. RGB value is (131,66,191). Sum of RGB (Red+Green+Blue) = 131+66+191=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #8342BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342BF is #7CBD40. Grayscale: #636363. Windows color (decimal): -8174913 or 12534403. OLE color: 12534403.

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

Color convert

RGB 131 66 191 -
CMYK 0.31 0.65 0 0.25
HSL 271.2º 0.49% 0.5% -
HSV(B) 271.2º 0.65% 0.75% -
XYZ 20.71 12.48 50.61 -
YUV 99.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 131 66 191 0.31 0.65 0 0.25 271.2 0.49 0.5
Hex 83 42 BF 1F 41 0 19 10F 31 32
Octal 203 102 277 37 101 0 31 417 61 62
Binary 10000011 1000010 10111111 11111 1000001 0 11001 100001111 110001 110010

Color Harmonies of #8342BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342BF

Black with #8342BF

Text Example


Text Example

White with #8342BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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