Html Css Color HEX #844AE1 Blue Violet

📋 copy color: '#844AE1'

red 132 ◦ green 74 ◦ blue 225

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

Shades of Blue Violet #844AE1

Tints of Blue Violet #844AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 30.63%
G = 17.17%
B = 52.2%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#844AE1 (or 0x844AE1) is known color: Blue Violet. HEX triplet: 84, 4A and E1. RGB value is (132,74,225). Sum of RGB (Red+Green+Blue) = 132+74+225=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #844AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AE1 is #7BB51E. Grayscale: #6C6C6C. Windows color (decimal): -8107295 or 14764676. OLE color: 14764676.

HSL color Cylindrical-coordinate representation of color #844AE1: hue angle of 263.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844AE1 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 74 225 -
CMYK 0.41 0.67 0 0.12
HSL 263.05º 0.72% 0.59% -
HSV(B) 263.05º 0.67% 0.88% -
XYZ 25.56 15.24 72.83 -
YUV 108.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 132 74 225 0.41 0.67 0 0.12 263.05 0.72 0.59
Hex 84 4A E1 29 43 0 C 107 48 3B
Octal 204 112 341 51 103 0 14 407 110 73
Binary 10000100 1001010 11100001 101001 1000011 0 1100 100000111 1001000 111011

Color Harmonies of #844AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AE1

Black with #844AE1

Text Example


Text Example

White with #844AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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