Html Css Color HEX #841EDE Blue Violet

📋 copy color: '#841EDE'

red 132 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #841EDE

Tints of Blue Violet #841EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 34.38%
G = 7.81%
B = 57.81%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#841EDE (or 0x841EDE) is known color: Blue Violet. HEX triplet: 84, 1E and DE. RGB value is (132,30,222). Sum of RGB (Red+Green+Blue) = 132+30+222=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #841EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EDE is #7BE121. Grayscale: #515151. Windows color (decimal): -8118562 or 14556804. OLE color: 14556804.

HSL color Cylindrical-coordinate representation of color #841EDE: hue angle of 271.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841EDE is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 30 222 -
CMYK 0.41 0.86 0 0.13
HSL 271.88º 0.76% 0.49% -
HSV(B) 271.88º 0.86% 0.87% -
XYZ 23.16 11.11 70.03 -
YUV 82.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 132 30 222 0.41 0.86 0 0.13 271.88 0.76 0.49
Hex 84 1E DE 29 56 0 D 110 4C 31
Octal 204 36 336 51 126 0 15 420 114 61
Binary 10000100 11110 11011110 101001 1010110 0 1101 100010000 1001100 110001

Color Harmonies of #841EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841EDE

Black with #841EDE

Text Example


Text Example

White with #841EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841EDE; }

 p { color: rgb(132,30,222); }

 H1.HeaderClassName
 {
   color: #841EDE;
 }
 .AnyTagClassName
 {
   color: #841EDE;
 }
</style>

background-color css

<style>
 a { background-color: #841EDE; }

 a { background-color: rgb(132,30,222); }

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

border-color css

<style>
 span { border-color: #841EDE; }

 span { border-color: rgb(132,30,222); }

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