Html Css Color HEX #844BC7 Deep Lilac

📋 copy color: '#844BC7'

red 132 ◦ green 75 ◦ blue 199

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

Shades of Deep Lilac #844BC7

Tints of Deep Lilac #844BC7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

 BLUE value IS 199 (78.13% from 255) = 49.01%

R = 32.51%
G = 18.47%
B = 49.01%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#844BC7 (or 0x844BC7) is known color: Deep Lilac. HEX triplet: 84, 4B and C7. RGB value is (132,75,199). Sum of RGB (Red+Green+Blue) = 132+75+199=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #844BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC7 is #7BB438. Grayscale: #696969. Windows color (decimal): -8107065 or 13060996. OLE color: 13060996.

HSL color Cylindrical-coordinate representation of color #844BC7: hue angle of 267.58º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844BC7 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 75 199 -
CMYK 0.34 0.62 0 0.22
HSL 267.58º 0.53% 0.54% -
HSV(B) 267.58º 0.62% 0.78% -
XYZ 22.34 14.06 55.57 -
YUV 106.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 132 75 199 0.34 0.62 0 0.22 267.58 0.53 0.54
Hex 84 4B C7 22 3E 0 16 10C 35 36
Octal 204 113 307 42 76 0 26 414 65 66
Binary 10000100 1001011 11000111 100010 111110 0 10110 100001100 110101 110110

Color Harmonies of #844BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BC7

Black with #844BC7

Text Example


Text Example

White with #844BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,75,199); }

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

background-color css

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

 a { background-color: rgb(132,75,199); }

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

border-color css

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

 span { border-color: rgb(132,75,199); }

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