Html Css Color HEX #844AE0 Blue Violet

📋 copy color: '#844AE0'

red 132 ◦ green 74 ◦ blue 224

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

Shades of Blue Violet #844AE0

Tints of Blue Violet #844AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 30.7%
G = 17.21%
B = 52.09%

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

#844AE0 (or 0x844AE0) is known color: Blue Violet. HEX triplet: 84, 4A and E0. RGB value is (132,74,224). Sum of RGB (Red+Green+Blue) = 132+74+224=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #844AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AE0 is #7BB51F. Grayscale: #6B6B6B. Windows color (decimal): -8107296 or 14699140. OLE color: 14699140.

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

Color convert

RGB 132 74 224 -
CMYK 0.41 0.67 0 0.12
HSL 263.2º 0.71% 0.58% -
HSV(B) 263.2º 0.67% 0.88% -
XYZ 25.42 15.18 72.11 -
YUV 108.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 132 74 224 0.41 0.67 0 0.12 263.2 0.71 0.58
Hex 84 4A E0 29 43 0 C 107 47 3A
Octal 204 112 340 51 103 0 14 407 107 72
Binary 10000100 1001010 11100000 101001 1000011 0 1100 100000111 1000111 111010

Color Harmonies of #844AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AE0

Black with #844AE0

Text Example


Text Example

White with #844AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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