Html Css Color HEX #841CEE Blue Violet

📋 copy color: '#841CEE'

red 132 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #841CEE

Tints of Blue Violet #841CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 33.17%
G = 7.04%
B = 59.8%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#841CEE (or 0x841CEE) is known color: Blue Violet. HEX triplet: 84, 1C and EE. RGB value is (132,28,238). Sum of RGB (Red+Green+Blue) = 132+28+238=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #841CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CEE is #7BE311. Grayscale: #525252. Windows color (decimal): -8119058 or 15604868. OLE color: 15604868.

HSL color Cylindrical-coordinate representation of color #841CEE: hue angle of 269.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CEE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 28 238 -
CMYK 0.45 0.88 0 0.07
HSL 269.71º 0.86% 0.52% -
HSV(B) 269.71º 0.88% 0.93% -
XYZ 25.36 11.91 81.85 -
YUV 83.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 132 28 238 0.45 0.88 0 0.07 269.71 0.86 0.52
Hex 84 1C EE 2D 58 0 7 10E 56 34
Octal 204 34 356 55 130 0 7 416 126 64
Binary 10000100 11100 11101110 101101 1011000 0 111 100001110 1010110 110100

Color Harmonies of #841CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CEE

Black with #841CEE

Text Example


Text Example

White with #841CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,28,238); }

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

background-color css

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

 a { background-color: rgb(132,28,238); }

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

border-color css

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

 span { border-color: rgb(132,28,238); }

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