#842FEA

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

Shades of Blue Violet #842FEA

Tints of Blue Violet #842FEA

Color information

#842FEA (or 0x842FEA) is unknown color: approx Blue Violet. HEX triplet: 84, 2F and EA. RGB value is (132,47,234). Sum of RGB (Red+Green+Blue) = 132+47+234=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #842FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842FEA is #7BD015. Grayscale: #5D5D5D. Windows color (decimal): -8114198 or 15347588. OLE color: 15347588.

HSL color Cylindrical-coordinate representation of color #842FEA: hue angle of 267.27º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842FEA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13247234-
CMYK0.440.8000.08
HSL267.27º81.66%55.1%-
HSV(B)267.27º79.91%91.76%-
XYZ25.3812.8878.99-
YUV93.73207.16155.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 47 (18.75% from 255) = 11.38%
BLUE value IS 234 (91.80% from 255) = 56.66%
R=31.96%
G=11.38%
B=56.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132472340.440.8000.08267.2781.6655.1
Hex842FEA2C500810b5237
Octal204573525412001041312267
Binary10000100101111111010101011001010000010001000010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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