Html Css Color HEX #844ADD Blue Violet

📋 copy color: '#844ADD'

red 132 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #844ADD

Tints of Blue Violet #844ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 30.91%
G = 17.33%
B = 51.76%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#844ADD (or 0x844ADD) is known color: Blue Violet. HEX triplet: 84, 4A and DD. RGB value is (132,74,221). Sum of RGB (Red+Green+Blue) = 132+74+221=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #844ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ADD is #7BB522. Grayscale: #6B6B6B. Windows color (decimal): -8107299 or 14502532. OLE color: 14502532.

HSL color Cylindrical-coordinate representation of color #844ADD: hue angle of 263.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844ADD is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 74 221 -
CMYK 0.40 0.67 0 0.13
HSL 263.67º 0.68% 0.58% -
HSV(B) 263.67º 0.67% 0.87% -
XYZ 25.02 15.02 69.99 -
YUV 108.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 132 74 221 0.40 0.67 0 0.13 263.67 0.68 0.58
Hex 84 4A DD 28 43 0 D 108 44 3A
Octal 204 112 335 50 103 0 15 410 104 72
Binary 10000100 1001010 11011101 101000 1000011 0 1101 100001000 1000100 111010

Color Harmonies of #844ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ADD

Black with #844ADD

Text Example


Text Example

White with #844ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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