Html Css Color HEX #841FEB Blue Violet

📋 copy color: '#841FEB'

red 132 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #841FEB

Tints of Blue Violet #841FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 33.17%
G = 7.79%
B = 59.05%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#841FEB (or 0x841FEB) is known color: Blue Violet. HEX triplet: 84, 1F and EB. RGB value is (132,31,235). Sum of RGB (Red+Green+Blue) = 132+31+235=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #841FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841FEB is #7BE014. Grayscale: #535353. Windows color (decimal): -8118293 or 15409028. OLE color: 15409028.

HSL color Cylindrical-coordinate representation of color #841FEB: hue angle of 269.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841FEB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 31 235 -
CMYK 0.44 0.87 0 0.08
HSL 269.71º 0.84% 0.52% -
HSV(B) 269.71º 0.87% 0.92% -
XYZ 25 11.88 79.57 -
YUV 84.46 212.96 161.91 -
System Red Green Blue C M Y K H S L
Decimal 132 31 235 0.44 0.87 0 0.08 269.71 0.84 0.52
Hex 84 1F EB 2C 57 0 8 10E 54 34
Octal 204 37 353 54 127 0 10 416 124 64
Binary 10000100 11111 11101011 101100 1010111 0 1000 100001110 1010100 110100

Color Harmonies of #841FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841FEB

Black with #841FEB

Text Example


Text Example

White with #841FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,31,235); }

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

background-color css

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

 a { background-color: rgb(132,31,235); }

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

border-color css

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

 span { border-color: rgb(132,31,235); }

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