Html Css Color HEX #844BBC Deep Lilac

📋 copy color: '#844BBC'

red 132 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #844BBC

Tints of Deep Lilac #844BBC

RGB

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

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

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

R = 33.42%
G = 18.99%
B = 47.59%

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

#844BBC (or 0x844BBC) is known color: Deep Lilac. HEX triplet: 84, 4B and BC. RGB value is (132,75,188). Sum of RGB (Red+Green+Blue) = 132+75+188=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #844BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BBC is #7BB443. Grayscale: #686868. Windows color (decimal): -8107076 or 12340100. OLE color: 12340100.

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

Color convert

RGB 132 75 188 -
CMYK 0.30 0.60 0 0.26
HSL 270.27º 0.46% 0.52% -
HSV(B) 270.27º 0.6% 0.74% -
XYZ 21.11 13.57 49.08 -
YUV 104.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 132 75 188 0.30 0.60 0 0.26 270.27 0.46 0.52
Hex 84 4B BC 1E 3C 0 1A 10E 2E 34
Octal 204 113 274 36 74 0 32 416 56 64
Binary 10000100 1001011 10111100 11110 111100 0 11010 100001110 101110 110100

Color Harmonies of #844BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BBC

Black with #844BBC

Text Example


Text Example

White with #844BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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