#842BD3

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

Shades of Blue Violet #842BD3

Tints of Blue Violet #842BD3

Color information

#842BD3 (or 0x842BD3) is unknown color: approx Blue Violet. HEX triplet: 84, 2B and D3. RGB value is (132,43,211). Sum of RGB (Red+Green+Blue) = 132+43+211=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #842BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BD3 is #7BD42C. Grayscale: #585858. Windows color (decimal): -8115245 or 13839236. OLE color: 13839236.

HSL color Cylindrical-coordinate representation of color #842BD3: hue angle of 271.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842BD3 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13243211-
CMYK0.370.8000.17
HSL271.79º66.14%49.8%-
HSV(B)271.79º79.62%82.75%-
XYZ22.1411.3462.65-
YUV88.76196.99158.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 43 (17.19% from 255) = 11.14%
BLUE value IS 211 (82.81% from 255) = 54.66%
R=34.20%
G=11.14%
B=54.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal132432110.370.8000.17271.7966.1449.8
Hex842BD325500111104232
Octal204533234512002142010262
Binary100001001010111101001110010110100000100011000100001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842BD3; }

 p { color: rgb(132,43,211); }

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

<style>
 a { background-color: #842BD3; }

 a { background-color: rgb(132,43,211); }

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

<style>
 span { border-color: #842BD3; }

 span { border-color: rgb(132,43,211); }

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