Html Css Color HEX #8241BD Deep Lilac

📋 copy color: '#8241BD'

red 130 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #8241BD

Tints of Deep Lilac #8241BD

RGB

 RED value IS 130 (51.17% from 255) = 33.85%

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

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

R = 33.85%
G = 16.93%
B = 49.22%

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

#8241BD (or 0x8241BD) is known color: Deep Lilac. HEX triplet: 82, 41 and BD. RGB value is (130,65,189). Sum of RGB (Red+Green+Blue) = 130+65+189=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #8241BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241BD is #7DBE42. Grayscale: #626262. Windows color (decimal): -8240707 or 12403074. OLE color: 12403074.

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

Color convert

RGB 130 65 189 -
CMYK 0.31 0.66 0 0.26
HSL 271.45º 0.49% 0.5% -
HSV(B) 271.45º 0.66% 0.74% -
XYZ 20.28 12.2 49.43 -
YUV 98.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 130 65 189 0.31 0.66 0 0.26 271.45 0.49 0.5
Hex 82 41 BD 1F 42 0 1A 10F 31 32
Octal 202 101 275 37 102 0 32 417 61 62
Binary 10000010 1000001 10111101 11111 1000010 0 11010 100001111 110001 110010

Color Harmonies of #8241BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8241BD

Black with #8241BD

Text Example


Text Example

White with #8241BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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