Html Css Color HEX #842ECD Blue Violet

📋 copy color: '#842ECD'

red 132 ◦ green 46 ◦ blue 205

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

Shades of Blue Violet #842ECD

Tints of Blue Violet #842ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 34.46%
G = 12.01%
B = 53.52%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#842ECD (or 0x842ECD) is known color: Blue Violet. HEX triplet: 84, 2E and CD. RGB value is (132,46,205). Sum of RGB (Red+Green+Blue) = 132+46+205=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #842ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ECD is #7BD132. Grayscale: #595959. Windows color (decimal): -8114483 or 13446788. OLE color: 13446788.

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

Color convert

RGB 132 46 205 -
CMYK 0.36 0.78 0 0.20
HSL 272.45º 0.63% 0.49% -
HSV(B) 272.45º 0.78% 0.8% -
XYZ 21.51 11.27 58.8 -
YUV 89.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 132 46 205 0.36 0.78 0 0.20 272.45 0.63 0.49
Hex 84 2E CD 24 4E 0 14 110 3F 31
Octal 204 56 315 44 116 0 24 420 77 61
Binary 10000100 101110 11001101 100100 1001110 0 10100 100010000 111111 110001

Color Harmonies of #842ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842ECD

Black with #842ECD

Text Example


Text Example

White with #842ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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