Html Css Color HEX #841EF2 Blue Violet

📋 copy color: '#841EF2'

red 132 ◦ green 30 ◦ blue 242

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

Shades of Blue Violet #841EF2

Tints of Blue Violet #841EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.9%

R = 32.67%
G = 7.43%
B = 59.9%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#841EF2 (or 0x841EF2) is known color: Blue Violet. HEX triplet: 84, 1E and F2. RGB value is (132,30,242). Sum of RGB (Red+Green+Blue) = 132+30+242=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #841EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EF2 is #7BE10D. Grayscale: #535353. Windows color (decimal): -8118542 or 15867524. OLE color: 15867524.

HSL color Cylindrical-coordinate representation of color #841EF2: hue angle of 268.87º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EF2 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 30 242 -
CMYK 0.45 0.88 0 0.05
HSL 268.87º 0.89% 0.53% -
HSV(B) 268.87º 0.88% 0.95% -
XYZ 26.01 12.24 85 -
YUV 84.67 216.79 161.76 -
System Red Green Blue C M Y K H S L
Decimal 132 30 242 0.45 0.88 0 0.05 268.87 0.89 0.53
Hex 84 1E F2 2D 58 0 5 10D 59 35
Octal 204 36 362 55 130 0 5 415 131 65
Binary 10000100 11110 11110010 101101 1011000 0 101 100001101 1011001 110101

Color Harmonies of #841EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841EF2

Black with #841EF2

Text Example


Text Example

White with #841EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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