Html Css Color HEX #8148CC Deep Lilac

📋 copy color: '#8148CC'

red 129 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #8148CC

Tints of Deep Lilac #8148CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 31.85%
G = 17.78%
B = 50.37%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8148CC (or 0x8148CC) is known color: Deep Lilac. HEX triplet: 81, 48 and CC. RGB value is (129,72,204). Sum of RGB (Red+Green+Blue) = 129+72+204=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8148CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148CC is #7EB733. Grayscale: #676767. Windows color (decimal): -8304436 or 13387905. OLE color: 13387905.

HSL color Cylindrical-coordinate representation of color #8148CC: hue angle of 265.91º 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 #8148CC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 72 204 -
CMYK 0.37 0.65 0 0.2
HSL 265.91º 0.56% 0.54% -
HSV(B) 265.91º 0.65% 0.8% -
XYZ 22.27 13.66 58.59 -
YUV 104.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 129 72 204 0.37 0.65 0 0.2 265.91 0.56 0.54
Hex 81 48 CC 25 41 0 14 10A 38 36
Octal 201 110 314 45 101 0 24 412 70 66
Binary 10000001 1001000 11001100 100101 1000001 0 10100 100001010 111000 110110

Color Harmonies of #8148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8148CC

Black with #8148CC

Text Example


Text Example

White with #8148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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