Html Css Color HEX #8144BE Deep Lilac

📋 copy color: '#8144BE'

red 129 ◦ green 68 ◦ blue 190

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

Shades of Deep Lilac #8144BE

Tints of Deep Lilac #8144BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 33.33%
G = 17.57%
B = 49.1%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8144BE (or 0x8144BE) is known color: Deep Lilac. HEX triplet: 81, 44 and BE. RGB value is (129,68,190). Sum of RGB (Red+Green+Blue) = 129+68+190=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8144BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8144BE is #7EBB41. Grayscale: #636363. Windows color (decimal): -8305474 or 12469377. OLE color: 12469377.

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

Color convert

RGB 129 68 190 -
CMYK 0.32 0.64 0 0.25
HSL 270º 0.48% 0.51% -
HSV(B) 270º 0.64% 0.75% -
XYZ 20.41 12.52 50.06 -
YUV 100.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 129 68 190 0.32 0.64 0 0.25 270 0.48 0.51
Hex 81 44 BE 20 40 0 19 10E 30 33
Octal 201 104 276 40 100 0 31 416 60 63
Binary 10000001 1000100 10111110 100000 1000000 0 11001 100001110 110000 110011

Color Harmonies of #8144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8144BE

Black with #8144BE

Text Example


Text Example

White with #8144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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