#8D1C9B

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

Shades of Vivid Violet #8D1C9B

Tints of Vivid Violet #8D1C9B

Color information

#8D1C9B (or 0x8D1C9B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 1C and 9B. RGB value is (141,28,155). Sum of RGB (Red+Green+Blue) = 141+28+155=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D1C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C9B is #72E364. Grayscale: #4B4B4B. Windows color (decimal): -7529317 or 10165389. OLE color: 10165389.

HSL color Cylindrical-coordinate representation of color #8D1C9B: hue angle of 293.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1C9B is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14128155-
CMYK0.090.8200.39
HSL293.39º69.4%35.88%-
HSV(B)293.39º81.94%60.78%-
XYZ17.328.8631.81-
YUV76.26172.44174.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=43.52%
G=8.64%
B=47.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141281550.090.8200.39293.3969.435.88
Hex8D1C9B9520271254524
Octal215342331112204744510544
Binary1000110111100100110111001101001001001111001001011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,155); }

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

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

 a { background-color: rgb(141,28,155); }

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

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

 span { border-color: rgb(141,28,155); }

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