Html Css Color HEX #8149BD Deep Lilac

📋 copy color: '#8149BD'

red 129 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #8149BD

Tints of Deep Lilac #8149BD

RGB

 RED value IS 129 (50.78% from 255) = 32.99%

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 32.99%
G = 18.67%
B = 48.34%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8149BD (or 0x8149BD) is known color: Deep Lilac. HEX triplet: 81, 49 and BD. RGB value is (129,73,189). Sum of RGB (Red+Green+Blue) = 129+73+189=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8149BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149BD is #7EB642. Grayscale: #666666. Windows color (decimal): -8304195 or 12405121. OLE color: 12405121.

HSL color Cylindrical-coordinate representation of color #8149BD: hue angle of 268.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8149BD is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 73 189 -
CMYK 0.32 0.61 0 0.26
HSL 268.97º 0.47% 0.51% -
HSV(B) 268.97º 0.61% 0.74% -
XYZ 20.62 13.11 49.59 -
YUV 102.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 129 73 189 0.32 0.61 0 0.26 268.97 0.47 0.51
Hex 81 49 BD 20 3D 0 1A 10D 2F 33
Octal 201 111 275 40 75 0 32 415 57 63
Binary 10000001 1001001 10111101 100000 111101 0 11010 100001101 101111 110011

Color Harmonies of #8149BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8149BD

Black with #8149BD

Text Example


Text Example

White with #8149BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,73,189); }

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

background-color css

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

 a { background-color: rgb(129,73,189); }

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

border-color css

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

 span { border-color: rgb(129,73,189); }

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