Html Css Color HEX #8441BC Deep Lilac

📋 copy color: '#8441BC'

red 132 ◦ green 65 ◦ blue 188

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

Shades of Deep Lilac #8441BC

Tints of Deep Lilac #8441BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 34.29%
G = 16.88%
B = 48.83%

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

#8441BC (or 0x8441BC) is known color: Deep Lilac. HEX triplet: 84, 41 and BC. RGB value is (132,65,188). Sum of RGB (Red+Green+Blue) = 132+65+188=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #8441BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441BC is #7BBE43. Grayscale: #626262. Windows color (decimal): -8109636 or 12337540. OLE color: 12337540.

HSL color Cylindrical-coordinate representation of color #8441BC: hue angle of 272.68º degrees, saturation: 0.49, 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 #8441BC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 65 188 -
CMYK 0.30 0.65 0 0.26
HSL 272.68º 0.49% 0.5% -
HSV(B) 272.68º 0.65% 0.74% -
XYZ 20.48 12.32 48.87 -
YUV 99.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 132 65 188 0.30 0.65 0 0.26 272.68 0.49 0.5
Hex 84 41 BC 1E 41 0 1A 111 31 32
Octal 204 101 274 36 101 0 32 421 61 62
Binary 10000100 1000001 10111100 11110 1000001 0 11010 100010001 110001 110010

Color Harmonies of #8441BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441BC

Black with #8441BC

Text Example


Text Example

White with #8441BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8441BC; }

 p { color: rgb(132,65,188); }

 H1.HeaderClassName
 {
   color: #8441BC;
 }
 .AnyTagClassName
 {
   color: #8441BC;
 }
</style>

background-color css

<style>
 a { background-color: #8441BC; }

 a { background-color: rgb(132,65,188); }

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

border-color css

<style>
 span { border-color: #8441BC; }

 span { border-color: rgb(132,65,188); }

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