Html Css Color HEX #8442BF Deep Lilac

📋 copy color: '#8442BF'

red 132 ◦ green 66 ◦ blue 191

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

Shades of Deep Lilac #8442BF

Tints of Deep Lilac #8442BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 33.93%
G = 16.97%
B = 49.1%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8442BF (or 0x8442BF) is known color: Deep Lilac. HEX triplet: 84, 42 and BF. RGB value is (132,66,191). Sum of RGB (Red+Green+Blue) = 132+66+191=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8442BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442BF is #7BBD40. Grayscale: #636363. Windows color (decimal): -8109377 or 12534404. OLE color: 12534404.

HSL color Cylindrical-coordinate representation of color #8442BF: hue angle of 271.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8442BF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 66 191 -
CMYK 0.31 0.65 0 0.25
HSL 271.68º 0.49% 0.5% -
HSV(B) 271.68º 0.65% 0.75% -
XYZ 20.87 12.56 50.62 -
YUV 99.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 132 66 191 0.31 0.65 0 0.25 271.68 0.49 0.5
Hex 84 42 BF 1F 41 0 19 110 31 32
Octal 204 102 277 37 101 0 31 420 61 62
Binary 10000100 1000010 10111111 11111 1000001 0 11001 100010000 110001 110010

Color Harmonies of #8442BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442BF

Black with #8442BF

Text Example


Text Example

White with #8442BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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