Html Css Color HEX #844BC8 Deep Lilac

📋 copy color: '#844BC8'

red 132 ◦ green 75 ◦ blue 200

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

Shades of Deep Lilac #844BC8

Tints of Deep Lilac #844BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 32.43%
G = 18.43%
B = 49.14%

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

#844BC8 (or 0x844BC8) is known color: Deep Lilac. HEX triplet: 84, 4B and C8. RGB value is (132,75,200). Sum of RGB (Red+Green+Blue) = 132+75+200=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #844BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC8 is #7BB437. Grayscale: #696969. Windows color (decimal): -8107064 or 13126532. OLE color: 13126532.

HSL color Cylindrical-coordinate representation of color #844BC8: hue angle of 267.36º 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 #844BC8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 75 200 -
CMYK 0.34 0.62 0 0.22
HSL 267.36º 0.53% 0.54% -
HSV(B) 267.36º 0.63% 0.78% -
XYZ 22.46 14.11 56.18 -
YUV 106.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 132 75 200 0.34 0.62 0 0.22 267.36 0.53 0.54
Hex 84 4B C8 22 3E 0 16 10B 35 36
Octal 204 113 310 42 76 0 26 413 65 66
Binary 10000100 1001011 11001000 100010 111110 0 10110 100001011 110101 110110

Color Harmonies of #844BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BC8

Black with #844BC8

Text Example


Text Example

White with #844BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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