#8D35A9

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

Shades of Vivid Violet #8D35A9

Tints of Vivid Violet #8D35A9

Color information

#8D35A9 (or 0x8D35A9) is unknown color: approx Vivid Violet. HEX triplet: 8D, 35 and A9. RGB value is (141,53,169). Sum of RGB (Red+Green+Blue) = 141+53+169=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D35A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D35A9 is #72CA56. Grayscale: #5C5C5C. Windows color (decimal): -7522903 or 11089293. OLE color: 11089293.

HSL color Cylindrical-coordinate representation of color #8D35A9: hue angle of 285.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D35A9 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14153169-
CMYK0.170.6900.34
HSL285.52º52.25%43.53%-
HSV(B)285.52º68.64%66.27%-
XYZ19.4211.0738.65-
YUV92.54171.15162.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=38.84%
G=14.60%
B=46.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141531690.170.6900.34285.5252.2543.53
Hex8D35A9114502211e342c
Octal21565251211050424366454
Binary10001101110101101010011000110001010100010100011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,53,169); }

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

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

 a { background-color: rgb(141,53,169); }

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

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

 span { border-color: rgb(141,53,169); }

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