Html Css Color HEX #842EDC Blue Violet

📋 copy color: '#842EDC'

red 132 ◦ green 46 ◦ blue 220

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

Shades of Blue Violet #842EDC

Tints of Blue Violet #842EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

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

R = 33.17%
G = 11.56%
B = 55.28%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#842EDC (or 0x842EDC) is known color: Blue Violet. HEX triplet: 84, 2E and DC. RGB value is (132,46,220). Sum of RGB (Red+Green+Blue) = 132+46+220=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #842EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EDC is #7BD123. Grayscale: #5A5A5A. Windows color (decimal): -8114468 or 14429828. OLE color: 14429828.

HSL color Cylindrical-coordinate representation of color #842EDC: hue angle of 269.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842EDC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 46 220 -
CMYK 0.40 0.79 0 0.14
HSL 269.66º 0.71% 0.52% -
HSV(B) 269.66º 0.79% 0.86% -
XYZ 23.41 12.03 68.8 -
YUV 91.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 132 46 220 0.40 0.79 0 0.14 269.66 0.71 0.52
Hex 84 2E DC 28 4F 0 E 10E 47 34
Octal 204 56 334 50 117 0 16 416 107 64
Binary 10000100 101110 11011100 101000 1001111 0 1110 100001110 1000111 110100

Color Harmonies of #842EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EDC

Black with #842EDC

Text Example


Text Example

White with #842EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842EDC; }

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

 H1.HeaderClassName
 {
   color: #842EDC;
 }
 .AnyTagClassName
 {
   color: #842EDC;
 }
</style>

background-color css

<style>
 a { background-color: #842EDC; }

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

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

border-color css

<style>
 span { border-color: #842EDC; }

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

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