#841ead

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

Shades of Vivid Violet #841EAD

Tints of Vivid Violet #841EAD

Color information

#841EAD (or 0x841EAD) is unknown color: approx Vivid Violet. HEX triplet: 84, 1E and AD. RGB value is (132,30,173). Sum of RGB (Red+Green+Blue) = 132+30+173=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #841EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841EAD is #7BE152. Grayscale: #4C4C4C. Windows color (decimal): -8118611 or 11345540. OLE color: 11345540.

HSL color Cylindrical-coordinate representation of color #841EAD: hue angle of 282.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841EAD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13230173-
CMYK0.240.8300.32
HSL282.8º70.44%39.8%-
HSV(B)282.8º82.66%67.84%-
XYZ17.528.8540.32-
YUV76.8182.29167.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=39.40%
G=8.96%
B=51.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132301730.240.8300.32282.870.4439.8
Hex841EAD185302011b4628
Octal204362553012304043310650
Binary10000100111101010110111000101001101000001000110111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841ead; }

 p { color: rgb(132,30,173); }

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

<style>
 a { background-color: #841ead; }

 a { background-color: rgb(132,30,173); }

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

<style>
 span { border-color: #841ead; }

 span { border-color: rgb(132,30,173); }

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