Html Css Color HEX #844CBD Deep Lilac

📋 copy color: '#844CBD'

red 132 ◦ green 76 ◦ blue 189

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

Shades of Deep Lilac #844CBD

Tints of Deep Lilac #844CBD

RGB

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

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

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

R = 33.25%
G = 19.14%
B = 47.61%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#844CBD (or 0x844CBD) is known color: Deep Lilac. HEX triplet: 84, 4C and BD. RGB value is (132,76,189). Sum of RGB (Red+Green+Blue) = 132+76+189=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #844CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CBD is #7BB342. Grayscale: #696969. Windows color (decimal): -8106819 or 12405892. OLE color: 12405892.

HSL color Cylindrical-coordinate representation of color #844CBD: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844CBD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 76 189 -
CMYK 0.30 0.60 0 0.26
HSL 269.73º 0.46% 0.52% -
HSV(B) 269.73º 0.6% 0.74% -
XYZ 21.29 13.75 49.68 -
YUV 105.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 132 76 189 0.30 0.60 0 0.26 269.73 0.46 0.52
Hex 84 4C BD 1E 3C 0 1A 10E 2E 34
Octal 204 114 275 36 74 0 32 416 56 64
Binary 10000100 1001100 10111101 11110 111100 0 11010 100001110 101110 110100

Color Harmonies of #844CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CBD

Black with #844CBD

Text Example


Text Example

White with #844CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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