#842BDD

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

Shades of Blue Violet #842BDD

Tints of Blue Violet #842BDD

Color information

#842BDD (or 0x842BDD) is unknown color: approx Blue Violet. HEX triplet: 84, 2B and DD. RGB value is (132,43,221). Sum of RGB (Red+Green+Blue) = 132+43+221=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #842BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BDD is #7BD422. Grayscale: #595959. Windows color (decimal): -8115235 or 14494596. OLE color: 14494596.

HSL color Cylindrical-coordinate representation of color #842BDD: hue angle of 270º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842BDD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13243221-
CMYK0.400.8100.13
HSL270º72.36%51.76%-
HSV(B)270º80.54%86.67%-
XYZ23.4311.8569.46-
YUV89.9201.99158.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 10.86%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=33.33%
G=10.86%
B=55.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132432210.400.8100.1327072.3651.76
Hex842BDD28510D10e4834
Octal204533355012101541611064
Binary10000100101011110111011010001010001011011000011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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