Html Css Color HEX #8342BE Deep Lilac

📋 copy color: '#8342BE'

red 131 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #8342BE

Tints of Deep Lilac #8342BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 33.85%
G = 17.05%
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

#8342BE (or 0x8342BE) is known color: Deep Lilac. HEX triplet: 83, 42 and BE. RGB value is (131,66,190). Sum of RGB (Red+Green+Blue) = 131+66+190=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8342BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342BE is #7CBD41. Grayscale: #636363. Windows color (decimal): -8174914 or 12468867. OLE color: 12468867.

HSL color Cylindrical-coordinate representation of color #8342BE: hue angle of 271.45º 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 #8342BE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 66 190 -
CMYK 0.31 0.65 0 0.25
HSL 271.45º 0.49% 0.5% -
HSV(B) 271.45º 0.65% 0.75% -
XYZ 20.6 12.44 50.03 -
YUV 99.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 131 66 190 0.31 0.65 0 0.25 271.45 0.49 0.5
Hex 83 42 BE 1F 41 0 19 10F 31 32
Octal 203 102 276 37 101 0 31 417 61 62
Binary 10000011 1000010 10111110 11111 1000001 0 11001 100001111 110001 110010

Color Harmonies of #8342BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342BE

Black with #8342BE

Text Example


Text Example

White with #8342BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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