Html Css Color HEX #844BC5 Deep Lilac

📋 copy color: '#844BC5'

red 132 ◦ green 75 ◦ blue 197

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

Shades of Deep Lilac #844BC5

Tints of Deep Lilac #844BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.76%

R = 32.67%
G = 18.56%
B = 48.76%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#844BC5 (or 0x844BC5) is known color: Deep Lilac. HEX triplet: 84, 4B and C5. RGB value is (132,75,197). Sum of RGB (Red+Green+Blue) = 132+75+197=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #844BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC5 is #7BB43A. Grayscale: #696969. Windows color (decimal): -8107067 or 12929924. OLE color: 12929924.

HSL color Cylindrical-coordinate representation of color #844BC5: hue angle of 268.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844BC5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 75 197 -
CMYK 0.33 0.62 0 0.23
HSL 268.03º 0.51% 0.53% -
HSV(B) 268.03º 0.62% 0.77% -
XYZ 22.11 13.97 54.35 -
YUV 105.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 132 75 197 0.33 0.62 0 0.23 268.03 0.51 0.53
Hex 84 4B C5 21 3E 0 17 10C 33 35
Octal 204 113 305 41 76 0 27 414 63 65
Binary 10000100 1001011 11000101 100001 111110 0 10111 100001100 110011 110101

Color Harmonies of #844BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BC5

Black with #844BC5

Text Example


Text Example

White with #844BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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