#842D9D

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

Shades of Vivid Violet #842D9D

Tints of Vivid Violet #842D9D

Color information

#842D9D (or 0x842D9D) is unknown color: approx Vivid Violet. HEX triplet: 84, 2D and 9D. RGB value is (132,45,157). Sum of RGB (Red+Green+Blue) = 132+45+157=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #842D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842D9D is #7BD262. Grayscale: #535353. Windows color (decimal): -8114787 or 10300804. OLE color: 10300804.

HSL color Cylindrical-coordinate representation of color #842D9D: hue angle of 286.61º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842D9D is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13245157-
CMYK0.160.7100.38
HSL286.61º55.45%39.61%-
HSV(B)286.61º71.34%61.57%-
XYZ16.549.2232.81-
YUV83.78169.32162.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 45 (17.97% from 255) = 13.47%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=39.52%
G=13.47%
B=47.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132451570.160.7100.38286.6155.4539.61
Hex842D9D104702611f3728
Octal20455235201070464376750
Binary10000100101101100111011000010001110100110100011111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,157); }

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

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

 a { background-color: rgb(132,45,157); }

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

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

 span { border-color: rgb(132,45,157); }

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