Html Css Color HEX #842CE0 Blue Violet

📋 copy color: '#842CE0'

red 132 ◦ green 44 ◦ blue 224

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

Shades of Blue Violet #842CE0

Tints of Blue Violet #842CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

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

R = 33%
G = 11%
B = 56%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#842CE0 (or 0x842CE0) is known color: Blue Violet. HEX triplet: 84, 2C and E0. RGB value is (132,44,224). Sum of RGB (Red+Green+Blue) = 132+44+224=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #842CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CE0 is #7BD31F. Grayscale: #5A5A5A. Windows color (decimal): -8114976 or 14691460. OLE color: 14691460.

HSL color Cylindrical-coordinate representation of color #842CE0: hue angle of 269.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CE0 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 44 224 -
CMYK 0.41 0.80 0 0.12
HSL 269.33º 0.74% 0.53% -
HSV(B) 269.33º 0.8% 0.88% -
XYZ 23.87 12.09 71.6 -
YUV 90.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 132 44 224 0.41 0.80 0 0.12 269.33 0.74 0.53
Hex 84 2C E0 29 50 0 C 10D 4A 35
Octal 204 54 340 51 120 0 14 415 112 65
Binary 10000100 101100 11100000 101001 1010000 0 1100 100001101 1001010 110101

Color Harmonies of #842CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CE0

Black with #842CE0

Text Example


Text Example

White with #842CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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