#8D338C

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

Shades of Vivid Violet #8D338C

Tints of Vivid Violet #8D338C

Color information

#8D338C (or 0x8D338C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 33 and 8C. RGB value is (141,51,140). Sum of RGB (Red+Green+Blue) = 141+51+140=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D338C is #72CC73. Grayscale: #575757. Windows color (decimal): -7523444 or 9188237. OLE color: 9188237.

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

Color convert

RGB14151140-
CMYK00.640.010.45
HSL300.67º46.88%37.65%-
HSV(B)300.67º63.83%55.29%-
XYZ16.99.9225.84-
YUV88.06157.32165.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=42.47%
G=15.36%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415114000.640.010.45300.6746.8837.65
Hex8D338C04012D12d2f26
Octal2156321401001554555746
Binary1000110111001110001100010000001101101100101101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,140); }

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

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

 a { background-color: rgb(141,51,140); }

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

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

 span { border-color: rgb(141,51,140); }

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