Html Css Color HEX #8842BA Deep Lilac

📋 copy color: '#8842BA'

red 136 ◦ green 66 ◦ blue 186

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

Shades of Deep Lilac #8842BA

Tints of Deep Lilac #8842BA

RGB

 RED value IS 136 (53.52% from 255) = 35.05%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 35.05%
G = 17.01%
B = 47.94%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8842BA (or 0x8842BA) is known color: Deep Lilac. HEX triplet: 88, 42 and BA. RGB value is (136,66,186). Sum of RGB (Red+Green+Blue) = 136+66+186=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #8842BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842BA is #77BD45. Grayscale: #646464. Windows color (decimal): -7847238 or 12206728. OLE color: 12206728.

HSL color Cylindrical-coordinate representation of color #8842BA: hue angle of 275º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8842BA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 66 186 -
CMYK 0.27 0.65 0 0.27
HSL 275º 0.48% 0.49% -
HSV(B) 275º 0.65% 0.73% -
XYZ 20.96 12.68 47.8 -
YUV 100.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 136 66 186 0.27 0.65 0 0.27 275 0.48 0.49
Hex 88 42 BA 1B 41 0 1B 113 30 31
Octal 210 102 272 33 101 0 33 423 60 61
Binary 10001000 1000010 10111010 11011 1000001 0 11011 100010011 110000 110001

Color Harmonies of #8842BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8842BA

Black with #8842BA

Text Example


Text Example

White with #8842BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8842BA; }

 p { color: rgb(136,66,186); }

 H1.HeaderClassName
 {
   color: #8842BA;
 }
 .AnyTagClassName
 {
   color: #8842BA;
 }
</style>

background-color css

<style>
 a { background-color: #8842BA; }

 a { background-color: rgb(136,66,186); }

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

border-color css

<style>
 span { border-color: #8842BA; }

 span { border-color: rgb(136,66,186); }

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