Html Css Color HEX #844CBC Deep Lilac

📋 copy color: '#844CBC'

red 132 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #844CBC

Tints of Deep Lilac #844CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 33.33%
G = 19.19%
B = 47.47%

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

#844CBC (or 0x844CBC) is known color: Deep Lilac. HEX triplet: 84, 4C and BC. RGB value is (132,76,188). Sum of RGB (Red+Green+Blue) = 132+76+188=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #844CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CBC is #7BB343. Grayscale: #696969. Windows color (decimal): -8106820 or 12340356. OLE color: 12340356.

HSL color Cylindrical-coordinate representation of color #844CBC: hue angle of 270º 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 #844CBC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 76 188 -
CMYK 0.30 0.60 0 0.26
HSL 270º 0.46% 0.52% -
HSV(B) 270º 0.6% 0.74% -
XYZ 21.18 13.71 49.11 -
YUV 105.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 132 76 188 0.30 0.60 0 0.26 270 0.46 0.52
Hex 84 4C BC 1E 3C 0 1A 10E 2E 34
Octal 204 114 274 36 74 0 32 416 56 64
Binary 10000100 1001100 10111100 11110 111100 0 11010 100001110 101110 110100

Color Harmonies of #844CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CBC

Black with #844CBC

Text Example


Text Example

White with #844CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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