Html Css Color HEX #841EFF Blue Violet

📋 copy color: '#841EFF'

red 132 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #841EFF

Tints of Blue Violet #841EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 31.65%
G = 7.19%
B = 61.15%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#841EFF (or 0x841EFF) is known color: Blue Violet. HEX triplet: 84, 1E and FF. RGB value is (132,30,255). Sum of RGB (Red+Green+Blue) = 132+30+255=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #841EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EFF is #7BE100. Grayscale: #555555. Windows color (decimal): -8118529 or 16719492. OLE color: 16719492.

HSL color Cylindrical-coordinate representation of color #841EFF: hue angle of 267.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EFF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 30 255 -
CMYK 0.48 0.88 0 0
HSL 267.2º 1% 0.56% -
HSV(B) 267.2º 0.88% 1% -
XYZ 28.03 13.05 95.65 -
YUV 86.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 132 30 255 0.48 0.88 0 0 267.2 1 0.56
Hex 84 1E FF 30 58 0 0 10B 64 38
Octal 204 36 377 60 130 0 0 413 144 70
Binary 10000100 11110 11111111 110000 1011000 0 0 100001011 1100100 111000

Color Harmonies of #841EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841EFF

Black with #841EFF

Text Example


Text Example

White with #841EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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