Html Css Color HEX #8341B9 Deep Lilac

📋 copy color: '#8341B9'

red 131 ◦ green 65 ◦ blue 185

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

Shades of Deep Lilac #8341B9

Tints of Deep Lilac #8341B9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

 BLUE value IS 185 (72.66% from 255) = 48.56%

R = 34.38%
G = 17.06%
B = 48.56%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8341B9 (or 0x8341B9) is known color: Deep Lilac. HEX triplet: 83, 41 and B9. RGB value is (131,65,185). Sum of RGB (Red+Green+Blue) = 131+65+185=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #8341B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341B9 is #7CBE46. Grayscale: #626262. Windows color (decimal): -8175175 or 12140931. OLE color: 12140931.

HSL color Cylindrical-coordinate representation of color #8341B9: hue angle of 273º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8341B9 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 65 185 -
CMYK 0.29 0.65 0 0.27
HSL 273º 0.48% 0.49% -
HSV(B) 273º 0.65% 0.73% -
XYZ 20.01 12.11 47.18 -
YUV 98.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 131 65 185 0.29 0.65 0 0.27 273 0.48 0.49
Hex 83 41 B9 1D 41 0 1B 111 30 31
Octal 203 101 271 35 101 0 33 421 60 61
Binary 10000011 1000001 10111001 11101 1000001 0 11011 100010001 110000 110001

Color Harmonies of #8341B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341B9

Black with #8341B9

Text Example


Text Example

White with #8341B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8341B9; }

 p { color: rgb(131,65,185); }

 H1.HeaderClassName
 {
   color: #8341B9;
 }
 .AnyTagClassName
 {
   color: #8341B9;
 }
</style>

background-color css

<style>
 a { background-color: #8341B9; }

 a { background-color: rgb(131,65,185); }

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

border-color css

<style>
 span { border-color: #8341B9; }

 span { border-color: rgb(131,65,185); }

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