Html Css Color HEX #8446BF Deep Lilac

📋 copy color: '#8446BF'

red 132 ◦ green 70 ◦ blue 191

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

Shades of Deep Lilac #8446BF

Tints of Deep Lilac #8446BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 33.59%
G = 17.81%
B = 48.6%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8446BF (or 0x8446BF) is known color: Deep Lilac. HEX triplet: 84, 46 and BF. RGB value is (132,70,191). Sum of RGB (Red+Green+Blue) = 132+70+191=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #8446BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446BF is #7BB940. Grayscale: #656565. Windows color (decimal): -8108353 or 12535428. OLE color: 12535428.

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

Color convert

RGB 132 70 191 -
CMYK 0.31 0.63 0 0.25
HSL 270.74º 0.49% 0.51% -
HSV(B) 270.74º 0.63% 0.75% -
XYZ 21.11 13.05 50.7 -
YUV 102.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 132 70 191 0.31 0.63 0 0.25 270.74 0.49 0.51
Hex 84 46 BF 1F 3F 0 19 10F 31 33
Octal 204 106 277 37 77 0 31 417 61 63
Binary 10000100 1000110 10111111 11111 111111 0 11001 100001111 110001 110011

Color Harmonies of #8446BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8446BF

Black with #8446BF

Text Example


Text Example

White with #8446BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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