Html Css Color HEX #8341BD Deep Lilac

📋 copy color: '#8341BD'

red 131 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #8341BD

Tints of Deep Lilac #8341BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 34.03%
G = 16.88%
B = 49.09%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8341BD (or 0x8341BD) is known color: Deep Lilac. HEX triplet: 83, 41 and BD. RGB value is (131,65,189). Sum of RGB (Red+Green+Blue) = 131+65+189=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #8341BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341BD is #7CBE42. Grayscale: #626262. Windows color (decimal): -8175171 or 12403075. OLE color: 12403075.

HSL color Cylindrical-coordinate representation of color #8341BD: hue angle of 271.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8341BD is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 65 189 -
CMYK 0.31 0.66 0 0.26
HSL 271.94º 0.49% 0.5% -
HSV(B) 271.94º 0.66% 0.74% -
XYZ 20.44 12.28 49.44 -
YUV 98.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 131 65 189 0.31 0.66 0 0.26 271.94 0.49 0.5
Hex 83 41 BD 1F 42 0 1A 110 31 32
Octal 203 101 275 37 102 0 32 420 61 62
Binary 10000011 1000001 10111101 11111 1000010 0 11010 100010000 110001 110010

Color Harmonies of #8341BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341BD

Black with #8341BD

Text Example


Text Example

White with #8341BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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