#8D308C

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

Shades of Vivid Violet #8D308C

Tints of Vivid Violet #8D308C

Color information

#8D308C (or 0x8D308C) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and 8C. RGB value is (141,48,140). Sum of RGB (Red+Green+Blue) = 141+48+140=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D308C is #72CF73. Grayscale: #565656. Windows color (decimal): -7524212 or 9187469. OLE color: 9187469.

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

Color convert

RGB14148140-
CMYK00.660.010.45
HSL300.65º49.21%37.06%-
HSV(B)300.65º65.96%55.29%-
XYZ16.789.6725.79-
YUV86.29158.31167.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=42.86%
G=14.59%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414814000.660.010.45300.6549.2137.06
Hex8D308C04212D12d3125
Octal2156021401021554556145
Binary1000110111000010001100010000101101101100101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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