Html Css Color HEX #8442BD Deep Lilac

📋 copy color: '#8442BD'

red 132 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #8442BD

Tints of Deep Lilac #8442BD

RGB

 RED value IS 132 (51.95% from 255) = 34.11%

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 34.11%
G = 17.05%
B = 48.84%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8442BD (or 0x8442BD) is known color: Deep Lilac. HEX triplet: 84, 42 and BD. RGB value is (132,66,189). Sum of RGB (Red+Green+Blue) = 132+66+189=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8442BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442BD is #7BBD42. Grayscale: #636363. Windows color (decimal): -8109379 or 12403332. OLE color: 12403332.

HSL color Cylindrical-coordinate representation of color #8442BD: hue angle of 272.2º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8442BD is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 66 189 -
CMYK 0.30 0.65 0 0.26
HSL 272.2º 0.48% 0.5% -
HSV(B) 272.2º 0.65% 0.74% -
XYZ 20.65 12.48 49.46 -
YUV 99.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 132 66 189 0.30 0.65 0 0.26 272.2 0.48 0.5
Hex 84 42 BD 1E 41 0 1A 110 30 32
Octal 204 102 275 36 101 0 32 420 60 62
Binary 10000100 1000010 10111101 11110 1000001 0 11010 100010000 110000 110010

Color Harmonies of #8442BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442BD

Black with #8442BD

Text Example


Text Example

White with #8442BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8442BD; }

 p { color: rgb(132,66,189); }

 H1.HeaderClassName
 {
   color: #8442BD;
 }
 .AnyTagClassName
 {
   color: #8442BD;
 }
</style>

background-color css

<style>
 a { background-color: #8442BD; }

 a { background-color: rgb(132,66,189); }

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

border-color css

<style>
 span { border-color: #8442BD; }

 span { border-color: rgb(132,66,189); }

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