Html Css Color HEX #842ECE Blue Violet

📋 copy color: '#842ECE'

red 132 ◦ green 46 ◦ blue 206

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

Shades of Blue Violet #842ECE

Tints of Blue Violet #842ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 34.38%
G = 11.98%
B = 53.65%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#842ECE (or 0x842ECE) is known color: Blue Violet. HEX triplet: 84, 2E and CE. RGB value is (132,46,206). Sum of RGB (Red+Green+Blue) = 132+46+206=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #842ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ECE is #7BD131. Grayscale: #595959. Windows color (decimal): -8114482 or 13512324. OLE color: 13512324.

HSL color Cylindrical-coordinate representation of color #842ECE: hue angle of 272.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #842ECE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 46 206 -
CMYK 0.36 0.78 0 0.19
HSL 272.25º 0.63% 0.49% -
HSV(B) 272.25º 0.78% 0.81% -
XYZ 21.63 11.32 59.44 -
YUV 89.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 132 46 206 0.36 0.78 0 0.19 272.25 0.63 0.49
Hex 84 2E CE 24 4E 0 13 110 3F 31
Octal 204 56 316 44 116 0 23 420 77 61
Binary 10000100 101110 11001110 100100 1001110 0 10011 100010000 111111 110001

Color Harmonies of #842ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842ECE

Black with #842ECE

Text Example


Text Example

White with #842ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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