#8D1FA5

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

Shades of Vivid Violet #8D1FA5

Tints of Vivid Violet #8D1FA5

Color information

#8D1FA5 (or 0x8D1FA5) is unknown color: approx Vivid Violet. HEX triplet: 8D, 1F and A5. RGB value is (141,31,165). Sum of RGB (Red+Green+Blue) = 141+31+165=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D1FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1FA5 is #72E05A. Grayscale: #4E4E4E. Windows color (decimal): -7528539 or 10821517. OLE color: 10821517.

HSL color Cylindrical-coordinate representation of color #8D1FA5: hue angle of 289.25º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1FA5 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14131165-
CMYK0.150.8100.35
HSL289.25º68.37%38.43%-
HSV(B)289.25º81.21%64.71%-
XYZ18.279.3636.44-
YUV79.17176.44172.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=41.84%
G=9.20%
B=48.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141311650.150.8100.35289.2568.3738.43
Hex8D1FA5F510231214426
Octal215372451712104344110446
Binary1000110111111101001011111101000101000111001000011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D1FA5; }

 p { color: rgb(141,31,165); }

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

<style>
 a { background-color: #8D1FA5; }

 a { background-color: rgb(141,31,165); }

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

<style>
 span { border-color: #8D1FA5; }

 span { border-color: rgb(141,31,165); }

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