#8D30AB

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

Shades of Vivid Violet #8D30AB

Tints of Vivid Violet #8D30AB

Color information

#8D30AB (or 0x8D30AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and AB. RGB value is (141,48,171). Sum of RGB (Red+Green+Blue) = 141+48+171=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D30AB is #72CF54. Grayscale: #595959. Windows color (decimal): -7524181 or 11219085. OLE color: 11219085.

HSL color Cylindrical-coordinate representation of color #8D30AB: hue angle of 285.37º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D30AB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14148171-
CMYK0.180.7200.33
HSL285.37º56.16%42.94%-
HSV(B)285.37º71.93%67.06%-
XYZ19.3910.7239.57-
YUV89.83173.81164.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=39.17%
G=13.33%
B=47.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141481710.180.7200.33285.3756.1642.94
Hex8D30AB124802111d382b
Octal21560253221100414357053
Binary10001101110000101010111001010010000100001100011101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,171); }

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

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

 a { background-color: rgb(141,48,171); }

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

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

 span { border-color: rgb(141,48,171); }

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