Html Css Color HEX #844AE4 Blue Violet

📋 copy color: '#844AE4'

red 132 ◦ green 74 ◦ blue 228

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

Shades of Blue Violet #844AE4

Tints of Blue Violet #844AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.53%

R = 30.41%
G = 17.05%
B = 52.53%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#844AE4 (or 0x844AE4) is known color: Blue Violet. HEX triplet: 84, 4A and E4. RGB value is (132,74,228). Sum of RGB (Red+Green+Blue) = 132+74+228=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #844AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AE4 is #7BB51B. Grayscale: #6C6C6C. Windows color (decimal): -8107292 or 14961284. OLE color: 14961284.

HSL color Cylindrical-coordinate representation of color #844AE4: hue angle of 262.6º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844AE4 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 74 228 -
CMYK 0.42 0.68 0 0.11
HSL 262.6º 0.74% 0.59% -
HSV(B) 262.6º 0.68% 0.89% -
XYZ 25.97 15.4 75 -
YUV 108.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 132 74 228 0.42 0.68 0 0.11 262.6 0.74 0.59
Hex 84 4A E4 2A 44 0 B 107 4A 3B
Octal 204 112 344 52 104 0 13 407 112 73
Binary 10000100 1001010 11100100 101010 1000100 0 1011 100000111 1001010 111011

Color Harmonies of #844AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AE4

Black with #844AE4

Text Example


Text Example

White with #844AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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