Html Css Color HEX #844CBA Deep Lilac

📋 copy color: '#844CBA'

red 132 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #844CBA

Tints of Deep Lilac #844CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

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

R = 33.5%
G = 19.29%
B = 47.21%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#844CBA (or 0x844CBA) is known color: Deep Lilac. HEX triplet: 84, 4C and BA. RGB value is (132,76,186). Sum of RGB (Red+Green+Blue) = 132+76+186=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #844CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CBA is #7BB345. Grayscale: #686868. Windows color (decimal): -8106822 or 12209284. OLE color: 12209284.

HSL color Cylindrical-coordinate representation of color #844CBA: hue angle of 270.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844CBA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 76 186 -
CMYK 0.29 0.59 0 0.27
HSL 270.55º 0.44% 0.51% -
HSV(B) 270.55º 0.59% 0.73% -
XYZ 20.96 13.62 47.98 -
YUV 105.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 132 76 186 0.29 0.59 0 0.27 270.55 0.44 0.51
Hex 84 4C BA 1D 3B 0 1B 10F 2C 33
Octal 204 114 272 35 73 0 33 417 54 63
Binary 10000100 1001100 10111010 11101 111011 0 11011 100001111 101100 110011

Color Harmonies of #844CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CBA

Black with #844CBA

Text Example


Text Example

White with #844CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844CBA; }

 p { color: rgb(132,76,186); }

 H1.HeaderClassName
 {
   color: #844CBA;
 }
 .AnyTagClassName
 {
   color: #844CBA;
 }
</style>

background-color css

<style>
 a { background-color: #844CBA; }

 a { background-color: rgb(132,76,186); }

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

border-color css

<style>
 span { border-color: #844CBA; }

 span { border-color: rgb(132,76,186); }

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