#841BD9

Color #841BD9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #841BD9

Tints of Blue Violet #841BD9

Color information

#841BD9 (or 0x841BD9) is unknown color: approx Blue Violet. HEX triplet: 84, 1B and D9. RGB value is (132,27,217). Sum of RGB (Red+Green+Blue) = 132+27+217=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #841BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BD9 is #7BE426. Grayscale: #4F4F4F. Windows color (decimal): -8119335 or 14228356. OLE color: 14228356.

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

Color convert

RGB13227217-
CMYK0.390.8800.15
HSL273.16º77.87%47.84%-
HSV(B)273.16º87.56%85.1%-
XYZ22.4310.766.53-
YUV80.05205.29165.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 27 (10.94% from 255) = 7.18%
BLUE value IS 217 (85.16% from 255) = 57.71%
R=35.11%
G=7.18%
B=57.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132272170.390.8800.15273.1677.8747.84
Hex841BD927580F1114e30
Octal204333314713001742111660
Binary1000010011011110110011001111011000011111000100011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,27,217); }

 H1.HeaderClassName
 {
   color: #841BD9;
 }
 .AnyTagClassName
 {
   color: #841BD9;
 }
</style>
background-color css

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

 a { background-color: rgb(132,27,217); }

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

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

 span { border-color: rgb(132,27,217); }

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