Html Css Color HEX #8149BC Deep Lilac

📋 copy color: '#8149BC'

red 129 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #8149BC

Tints of Deep Lilac #8149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 33.08%
G = 18.72%
B = 48.21%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8149BC (or 0x8149BC) is known color: Deep Lilac. HEX triplet: 81, 49 and BC. RGB value is (129,73,188). Sum of RGB (Red+Green+Blue) = 129+73+188=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #8149BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149BC is #7EB643. Grayscale: #666666. Windows color (decimal): -8304196 or 12339585. OLE color: 12339585.

HSL color Cylindrical-coordinate representation of color #8149BC: hue angle of 269.22º degrees, saturation: 0.46, 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 #8149BC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 73 188 -
CMYK 0.31 0.61 0 0.26
HSL 269.22º 0.46% 0.51% -
HSV(B) 269.22º 0.61% 0.74% -
XYZ 20.51 13.06 49.02 -
YUV 102.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 129 73 188 0.31 0.61 0 0.26 269.22 0.46 0.51
Hex 81 49 BC 1F 3D 0 1A 10D 2E 33
Octal 201 111 274 37 75 0 32 415 56 63
Binary 10000001 1001001 10111100 11111 111101 0 11010 100001101 101110 110011

Color Harmonies of #8149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8149BC

Black with #8149BC

Text Example


Text Example

White with #8149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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