Html Css Color HEX #841ED8 Blue Violet

📋 copy color: '#841ED8'

red 132 ◦ green 30 ◦ blue 216

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

Shades of Blue Violet #841ED8

Tints of Blue Violet #841ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.14%

R = 34.92%
G = 7.94%
B = 57.14%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#841ED8 (or 0x841ED8) is known color: Blue Violet. HEX triplet: 84, 1E and D8. RGB value is (132,30,216). Sum of RGB (Red+Green+Blue) = 132+30+216=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #841ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ED8 is #7BE127. Grayscale: #515151. Windows color (decimal): -8118568 or 14163588. OLE color: 14163588.

HSL color Cylindrical-coordinate representation of color #841ED8: hue angle of 272.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841ED8 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 30 216 -
CMYK 0.39 0.86 0 0.15
HSL 272.9º 0.76% 0.48% -
HSV(B) 272.9º 0.86% 0.85% -
XYZ 22.37 10.79 65.87 -
YUV 81.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 132 30 216 0.39 0.86 0 0.15 272.9 0.76 0.48
Hex 84 1E D8 27 56 0 F 111 4C 30
Octal 204 36 330 47 126 0 17 421 114 60
Binary 10000100 11110 11011000 100111 1010110 0 1111 100010001 1001100 110000

Color Harmonies of #841ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841ED8

Black with #841ED8

Text Example


Text Example

White with #841ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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