#8D3DAB

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

Shades of Vivid Violet #8D3DAB

Tints of Vivid Violet #8D3DAB

Color information

#8D3DAB (or 0x8D3DAB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3D and AB. RGB value is (141,61,171). Sum of RGB (Red+Green+Blue) = 141+61+171=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3DAB is #72C254. Grayscale: #616161. Windows color (decimal): -7520853 or 11222413. OLE color: 11222413.

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

Color convert

RGB14161171-
CMYK0.180.6400.33
HSL283.64º47.41%45.49%-
HSV(B)283.64º64.33%67.06%-
XYZ2011.9439.78-
YUV97.46169.5159.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=37.80%
G=16.35%
B=45.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141611710.180.6400.33283.6447.4145.49
Hex8D3DAB124002111c2f2d
Octal21575253221000414345755
Binary10001101111101101010111001010000000100001100011100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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