Html Css Color HEX #8148CA Deep Lilac

📋 copy color: '#8148CA'

red 129 ◦ green 72 ◦ blue 202

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

Shades of Deep Lilac #8148CA

Tints of Deep Lilac #8148CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 32.01%
G = 17.87%
B = 50.12%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8148CA (or 0x8148CA) is known color: Deep Lilac. HEX triplet: 81, 48 and CA. RGB value is (129,72,202). Sum of RGB (Red+Green+Blue) = 129+72+202=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #8148CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148CA is #7EB735. Grayscale: #676767. Windows color (decimal): -8304438 or 13256833. OLE color: 13256833.

HSL color Cylindrical-coordinate representation of color #8148CA: hue angle of 266.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8148CA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 72 202 -
CMYK 0.36 0.64 0 0.21
HSL 266.31º 0.55% 0.54% -
HSV(B) 266.31º 0.64% 0.79% -
XYZ 22.03 13.57 57.33 -
YUV 103.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 129 72 202 0.36 0.64 0 0.21 266.31 0.55 0.54
Hex 81 48 CA 24 40 0 15 10A 37 36
Octal 201 110 312 44 100 0 25 412 67 66
Binary 10000001 1001000 11001010 100100 1000000 0 10101 100001010 110111 110110

Color Harmonies of #8148CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8148CA

Black with #8148CA

Text Example


Text Example

White with #8148CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8148CA; }

 p { color: rgb(129,72,202); }

 H1.HeaderClassName
 {
   color: #8148CA;
 }
 .AnyTagClassName
 {
   color: #8148CA;
 }
</style>

background-color css

<style>
 a { background-color: #8148CA; }

 a { background-color: rgb(129,72,202); }

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

border-color css

<style>
 span { border-color: #8148CA; }

 span { border-color: rgb(129,72,202); }

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