#842C9E

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

Shades of Vivid Violet #842C9E

Tints of Vivid Violet #842C9E

Color information

#842C9E (or 0x842C9E) is unknown color: approx Vivid Violet. HEX triplet: 84, 2C and 9E. RGB value is (132,44,158). Sum of RGB (Red+Green+Blue) = 132+44+158=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #842C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C9E is #7BD361. Grayscale: #525252. Windows color (decimal): -8115042 or 10366084. OLE color: 10366084.

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

Color convert

RGB13244158-
CMYK0.160.7200.38
HSL286.32º56.44%39.61%-
HSV(B)286.32º72.15%61.96%-
XYZ16.599.1833.24-
YUV83.31170.15162.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 44 (17.58% from 255) = 13.17%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=39.52%
G=13.17%
B=47.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132441580.160.7200.38286.3256.4439.61
Hex842C9E104802611e3828
Octal20454236201100464367050
Binary10000100101100100111101000010010000100110100011110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,44,158); }

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

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

 a { background-color: rgb(132,44,158); }

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

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

 span { border-color: rgb(132,44,158); }

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