Html Css Color HEX #8148CB Deep Lilac

📋 copy color: '#8148CB'

red 129 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #8148CB

Tints of Deep Lilac #8148CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 31.93%
G = 17.82%
B = 50.25%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8148CB (or 0x8148CB) is known color: Deep Lilac. HEX triplet: 81, 48 and CB. RGB value is (129,72,203). Sum of RGB (Red+Green+Blue) = 129+72+203=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #8148CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148CB is #7EB734. Grayscale: #676767. Windows color (decimal): -8304437 or 13322369. OLE color: 13322369.

HSL color Cylindrical-coordinate representation of color #8148CB: hue angle of 266.11º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8148CB is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 72 203 -
CMYK 0.36 0.65 0 0.20
HSL 266.11º 0.56% 0.54% -
HSV(B) 266.11º 0.65% 0.8% -
XYZ 22.15 13.61 57.96 -
YUV 103.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 129 72 203 0.36 0.65 0 0.20 266.11 0.56 0.54
Hex 81 48 CB 24 41 0 14 10A 38 36
Octal 201 110 313 44 101 0 24 412 70 66
Binary 10000001 1001000 11001011 100100 1000001 0 10100 100001010 111000 110110

Color Harmonies of #8148CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8148CB

Black with #8148CB

Text Example


Text Example

White with #8148CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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