#842faf

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

Shades of Vivid Violet #842FAF

Tints of Vivid Violet #842FAF

Color information

#842FAF (or 0x842FAF) is unknown color: approx Vivid Violet. HEX triplet: 84, 2F and AF. RGB value is (132,47,175). Sum of RGB (Red+Green+Blue) = 132+47+175=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #842FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842FAF is #7BD050. Grayscale: #565656. Windows color (decimal): -8114257 or 11480964. OLE color: 11480964.

HSL color Cylindrical-coordinate representation of color #842FAF: hue angle of 279.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842FAF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13247175-
CMYK0.250.7300.31
HSL279.84º57.66%43.53%-
HSV(B)279.84º73.14%68.63%-
XYZ18.2710.0341.53-
YUV87.01177.66160.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 47 (18.75% from 255) = 13.28%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=37.29%
G=13.28%
B=49.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132471750.250.7300.31279.8457.6643.53
Hex842FAF194901F1183a2c
Octal20457257311110374307254
Binary1000010010111110101111110011001001011111100011000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,175); }

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

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

 a { background-color: rgb(132,47,175); }

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

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

 span { border-color: rgb(132,47,175); }

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