Html Css Color HEX #8141BE Deep Lilac

📋 copy color: '#8141BE'

red 129 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #8141BE

Tints of Deep Lilac #8141BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 33.59%
G = 16.93%
B = 49.48%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8141BE (or 0x8141BE) is known color: Deep Lilac. HEX triplet: 81, 41 and BE. RGB value is (129,65,190). Sum of RGB (Red+Green+Blue) = 129+65+190=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #8141BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8141BE is #7EBE41. Grayscale: #616161. Windows color (decimal): -8306242 or 12468609. OLE color: 12468609.

HSL color Cylindrical-coordinate representation of color #8141BE: hue angle of 270.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8141BE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 65 190 -
CMYK 0.32 0.66 0 0.25
HSL 270.72º 0.49% 0.5% -
HSV(B) 270.72º 0.66% 0.75% -
XYZ 20.24 12.17 50 -
YUV 98.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 129 65 190 0.32 0.66 0 0.25 270.72 0.49 0.5
Hex 81 41 BE 20 42 0 19 10F 31 32
Octal 201 101 276 40 102 0 31 417 61 62
Binary 10000001 1000001 10111110 100000 1000010 0 11001 100001111 110001 110010

Color Harmonies of #8141BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8141BE

Black with #8141BE

Text Example


Text Example

White with #8141BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8141BE; }

 p { color: rgb(129,65,190); }

 H1.HeaderClassName
 {
   color: #8141BE;
 }
 .AnyTagClassName
 {
   color: #8141BE;
 }
</style>

background-color css

<style>
 a { background-color: #8141BE; }

 a { background-color: rgb(129,65,190); }

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

border-color css

<style>
 span { border-color: #8141BE; }

 span { border-color: rgb(129,65,190); }

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