#8d38ab

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

Shades of Vivid Violet #8D38AB

Tints of Vivid Violet #8D38AB

Color information

#8D38AB (or 0x8D38AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 38 and AB. RGB value is (141,56,171). Sum of RGB (Red+Green+Blue) = 141+56+171=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D38AB is #72C754. Grayscale: #5E5E5E. Windows color (decimal): -7522133 or 11221133. OLE color: 11221133.

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

Color convert

RGB14156171-
CMYK0.180.6700.33
HSL284.35º50.66%44.51%-
HSV(B)284.35º67.25%67.06%-
XYZ19.7511.4339.69-
YUV94.52171.16161.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=38.32%
G=15.22%
B=46.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141561710.180.6700.33284.3550.6644.51
Hex8D38AB124302111c332d
Octal21570253221030414346355
Binary10001101111000101010111001010000110100001100011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d38ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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