#842bd5

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

Shades of Blue Violet #842BD5

Tints of Blue Violet #842BD5

Color information

#842BD5 (or 0x842BD5) is unknown color: approx Blue Violet. HEX triplet: 84, 2B and D5. RGB value is (132,43,213). Sum of RGB (Red+Green+Blue) = 132+43+213=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #842BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BD5 is #7BD42A. Grayscale: #585858. Windows color (decimal): -8115243 or 13970308. OLE color: 13970308.

HSL color Cylindrical-coordinate representation of color #842BD5: hue angle of 271.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842BD5 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13243213-
CMYK0.380.8000.16
HSL271.41º66.93%50.2%-
HSV(B)271.41º79.81%83.53%-
XYZ22.3911.4463.98-
YUV88.99197.99158.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 213 (83.59% from 255) = 54.90%
R=34.02%
G=11.08%
B=54.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132432130.380.8000.16271.4166.9350.2
Hex842BD5265001010f4332
Octal204533254612002041710362
Binary100001001010111101010110011010100000100001000011111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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