Html Css Color HEX #844ADC Blue Violet

📋 copy color: '#844ADC'

red 132 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #844ADC

Tints of Blue Violet #844ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 30.99%
G = 17.37%
B = 51.64%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#844ADC (or 0x844ADC) is known color: Blue Violet. HEX triplet: 84, 4A and DC. RGB value is (132,74,220). Sum of RGB (Red+Green+Blue) = 132+74+220=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #844ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ADC is #7BB523. Grayscale: #6B6B6B. Windows color (decimal): -8107300 or 14436996. OLE color: 14436996.

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

Color convert

RGB 132 74 220 -
CMYK 0.40 0.66 0 0.14
HSL 263.84º 0.68% 0.58% -
HSV(B) 263.84º 0.66% 0.86% -
XYZ 24.88 14.97 69.29 -
YUV 107.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 132 74 220 0.40 0.66 0 0.14 263.84 0.68 0.58
Hex 84 4A DC 28 42 0 E 108 44 3A
Octal 204 112 334 50 102 0 16 410 104 72
Binary 10000100 1001010 11011100 101000 1000010 0 1110 100001000 1000100 111010

Color Harmonies of #844ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ADC

Black with #844ADC

Text Example


Text Example

White with #844ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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