Html Css Color HEX #842EDA Blue Violet

📋 copy color: '#842EDA'

red 132 ◦ green 46 ◦ blue 218

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

Shades of Blue Violet #842EDA

Tints of Blue Violet #842EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 33.33%
G = 11.62%
B = 55.05%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#842EDA (or 0x842EDA) is known color: Blue Violet. HEX triplet: 84, 2E and DA. RGB value is (132,46,218). Sum of RGB (Red+Green+Blue) = 132+46+218=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #842EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EDA is #7BD125. Grayscale: #5A5A5A. Windows color (decimal): -8114470 or 14298756. OLE color: 14298756.

HSL color Cylindrical-coordinate representation of color #842EDA: hue angle of 270º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #842EDA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 46 218 -
CMYK 0.39 0.79 0 0.15
HSL 270º 0.7% 0.52% -
HSV(B) 270º 0.79% 0.85% -
XYZ 23.15 11.92 67.41 -
YUV 91.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 132 46 218 0.39 0.79 0 0.15 270 0.7 0.52
Hex 84 2E DA 27 4F 0 F 10E 46 34
Octal 204 56 332 47 117 0 17 416 106 64
Binary 10000100 101110 11011010 100111 1001111 0 1111 100001110 1000110 110100

Color Harmonies of #842EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842EDA

Black with #842EDA

Text Example


Text Example

White with #842EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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