#841DC9

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

Shades of Blue Violet #841DC9

Tints of Blue Violet #841DC9

Color information

#841DC9 (or 0x841DC9) is unknown color: approx Blue Violet. HEX triplet: 84, 1D and C9. RGB value is (132,29,201). Sum of RGB (Red+Green+Blue) = 132+29+201=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #841DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DC9 is #7BE236. Grayscale: #4E4E4E. Windows color (decimal): -8118839 or 13180292. OLE color: 13180292.

HSL color Cylindrical-coordinate representation of color #841DC9: hue angle of 275.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841DC9 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13229201-
CMYK0.340.8600.21
HSL275.93º74.78%45.1%-
HSV(B)275.93º85.57%78.82%-
XYZ20.51056.11-
YUV79.4196.62165.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 201 (78.91% from 255) = 55.52%
R=36.46%
G=8.01%
B=55.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132292010.340.8600.21275.9374.7845.1
Hex841DC922560151144b2d
Octal204353114212602542411355
Binary10000100111011100100110001010101100101011000101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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