Html Css Color HEX #844BBD Deep Lilac

📋 copy color: '#844BBD'

red 132 ◦ green 75 ◦ blue 189

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

Shades of Deep Lilac #844BBD

Tints of Deep Lilac #844BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 33.33%
G = 18.94%
B = 47.73%

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

#844BBD (or 0x844BBD) is known color: Deep Lilac. HEX triplet: 84, 4B and BD. RGB value is (132,75,189). Sum of RGB (Red+Green+Blue) = 132+75+189=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #844BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BBD is #7BB442. Grayscale: #686868. Windows color (decimal): -8107075 or 12405636. OLE color: 12405636.

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

Color convert

RGB 132 75 189 -
CMYK 0.30 0.60 0 0.26
HSL 270º 0.46% 0.52% -
HSV(B) 270º 0.6% 0.74% -
XYZ 21.22 13.61 49.65 -
YUV 105.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 132 75 189 0.30 0.60 0 0.26 270 0.46 0.52
Hex 84 4B BD 1E 3C 0 1A 10E 2E 34
Octal 204 113 275 36 74 0 32 416 56 64
Binary 10000100 1001011 10111101 11110 111100 0 11010 100001110 101110 110100

Color Harmonies of #844BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BBD

Black with #844BBD

Text Example


Text Example

White with #844BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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