Html Css Color HEX #841DEF Blue Violet

📋 copy color: '#841DEF'

red 132 ◦ green 29 ◦ blue 239

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

Shades of Blue Violet #841DEF

Tints of Blue Violet #841DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 33%
G = 7.25%
B = 59.75%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#841DEF (or 0x841DEF) is known color: Blue Violet. HEX triplet: 84, 1D and EF. RGB value is (132,29,239). Sum of RGB (Red+Green+Blue) = 132+29+239=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #841DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DEF is #7BE210. Grayscale: #535353. Windows color (decimal): -8118801 or 15670660. OLE color: 15670660.

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

Color convert

RGB 132 29 239 -
CMYK 0.45 0.88 0 0.06
HSL 269.43º 0.87% 0.53% -
HSV(B) 269.43º 0.88% 0.94% -
XYZ 25.54 12.02 82.63 -
YUV 83.74 215.62 162.42 -
System Red Green Blue C M Y K H S L
Decimal 132 29 239 0.45 0.88 0 0.06 269.43 0.87 0.53
Hex 84 1D EF 2D 58 0 6 10D 57 35
Octal 204 35 357 55 130 0 6 415 127 65
Binary 10000100 11101 11101111 101101 1011000 0 110 100001101 1010111 110101

Color Harmonies of #841DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DEF

Black with #841DEF

Text Example


Text Example

White with #841DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,29,239); }

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

background-color css

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

 a { background-color: rgb(132,29,239); }

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

border-color css

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

 span { border-color: rgb(132,29,239); }

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