Html Css Color HEX #844ABE Deep Lilac

📋 copy color: '#844ABE'

red 132 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #844ABE

Tints of Deep Lilac #844ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 33.33%
G = 18.69%
B = 47.98%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#844ABE (or 0x844ABE) is known color: Deep Lilac. HEX triplet: 84, 4A and BE. RGB value is (132,74,190). Sum of RGB (Red+Green+Blue) = 132+74+190=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #844ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ABE is #7BB541. Grayscale: #686868. Windows color (decimal): -8107330 or 12470916. OLE color: 12470916.

HSL color Cylindrical-coordinate representation of color #844ABE: hue angle of 270º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844ABE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 74 190 -
CMYK 0.31 0.61 0 0.25
HSL 270º 0.47% 0.52% -
HSV(B) 270º 0.61% 0.75% -
XYZ 21.26 13.52 50.2 -
YUV 104.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 132 74 190 0.31 0.61 0 0.25 270 0.47 0.52
Hex 84 4A BE 1F 3D 0 19 10E 2F 34
Octal 204 112 276 37 75 0 31 416 57 64
Binary 10000100 1001010 10111110 11111 111101 0 11001 100001110 101111 110100

Color Harmonies of #844ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ABE

Black with #844ABE

Text Example


Text Example

White with #844ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,190); }

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

background-color css

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

 a { background-color: rgb(132,74,190); }

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

border-color css

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

 span { border-color: rgb(132,74,190); }

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