#841D98

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

Shades of Vivid Violet #841D98

Tints of Vivid Violet #841D98

Color information

#841D98 (or 0x841D98) is unknown color: approx Vivid Violet. HEX triplet: 84, 1D and 98. RGB value is (132,29,152). Sum of RGB (Red+Green+Blue) = 132+29+152=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #841D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D98 is #7BE267. Grayscale: #494949. Windows color (decimal): -8118888 or 9969028. OLE color: 9969028.

HSL color Cylindrical-coordinate representation of color #841D98: hue angle of 290.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841D98 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13229152-
CMYK0.130.8100.40
HSL290.24º67.96%35.49%-
HSV(B)290.24º80.92%59.61%-
XYZ15.628.0530.44-
YUV73.82172.12169.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=42.17%
G=9.27%
B=48.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132291520.130.8100.40290.2467.9635.49
Hex841D98D510281224423
Octal204352301512105044210443
Binary1000010011101100110001101101000101010001001000101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,29,152); }

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

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

 a { background-color: rgb(132,29,152); }

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

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

 span { border-color: rgb(132,29,152); }

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