#8D3985

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

Shades of Vivid Violet #8D3985

Tints of Vivid Violet #8D3985

Color information

#8D3985 (or 0x8D3985) is unknown color: approx Vivid Violet. HEX triplet: 8D, 39 and 85. RGB value is (141,57,133). Sum of RGB (Red+Green+Blue) = 141+57+133=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3985 is #72C67A. Grayscale: #5A5A5A. Windows color (decimal): -7521915 or 8731021. OLE color: 8731021.

HSL color Cylindrical-coordinate representation of color #8D3985: hue angle of 305.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3985 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14157133-
CMYK00.600.060.45
HSL305.71º42.42%38.82%-
HSV(B)305.71º59.57%55.29%-
XYZ16.6810.2823.3-
YUV90.78151.83163.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=42.60%
G=17.22%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415713300.600.060.45305.7142.4238.82
Hex8D398503C62D1322a27
Octal215712050746554625247
Binary10001101111001100001010111100110101101100110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,133); }

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

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

 a { background-color: rgb(141,57,133); }

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

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

 span { border-color: rgb(141,57,133); }

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